OLD | NEW |
---|---|
1 // Messages from compiling temps.dart | 1 // Messages from compiling temps.dart |
2 warning: line 16, column 22 of test/codegen/temps.dart: [AnalyzerMessage] Named optional parameters cannot start with an underscore | |
3 OptionalArg.named({this._opt: 456}); | |
4 ^^^^^^^^^ | |
OLD | NEW |