blob: 274cea789048ed370a4f1fdb527bd687c4892723 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29940.dart:7:3: Error: 'a.b' can't be used as a type because 'a' doesn't refer to an import prefix.
// a.b c = null;
// ^^^
//
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::String a = "";
has-declared-initializer invalid-type c = null;
}