blob: b9350a8c45139995fda8389124551f0a29d77357 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue38253.dart:9:1: Error: Expected ';' after this.
// }
// ^
//
// pkg/front_end/testcases/general/issue38253.dart:6:3: Error: 'g' isn't a type.
// g f(){
// ^
//
import self as self;
static field () Null a;
static method main() dynamic
;