blob: 824003231c43c5884ffac0b3d4787badc1465a86 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue38253b.dart:6:3: Error: 'g' isn't a type.
// g f1() {
// ^
//
// pkg/front_end/testcases/general/issue38253b.dart:10:3: Error: 'g' isn't a type.
// g f2() async {
// ^
//
import self as self;
static field () Null a;
static method main() dynamic
;