blob: 00641a959230b75e3a135b783896460cb7b07506 [file] [log] [blame]
// Formatted problems:
//
// 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;
// ^^^
// Unhandled errors:
//
// 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;
// ^^^
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::String a = "";
invalid-type c = null;
}