| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/constructor_tearoffs/issue47075.dart:6:7: Error: 'new' can't be used as an identifier because it's a keyword. | |
| // Try renaming this to be an identifier that isn't a keyword. | |
| // int new = 42; | |
| // ^^^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| field core::int new; | |
| synthetic constructor •() → self::C | |
| ; | |
| } | |
| static method test() → dynamic | |
| ; | |
| static method main() → dynamic | |
| ; |