| library /*isNonNullableByDefault*/; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/issue38253c.dart:6:3: Error: 'g' isn't a type. | |
| // g f1() {} | |
| // ^ | |
| // | |
| // pkg/front_end/testcases/general/issue38253c.dart:7:3: Error: 'g' isn't a type. | |
| // g f2() async {} | |
| // ^ | |
| // | |
| import self as self; | |
| import "dart:async" as asy; | |
| static field () → Null a; | |
| static field (dynamic) → asy::Future<dynamic> b; | |
| static field (dynamic) → dynamic c; | |
| static method main() → dynamic | |
| ; |