blob: a3950aa2cb3cf6663882602ca265fe82ba8825c6 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_39091_1.dart:5:1: Error: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
// Try adding the name of the type of the variable or the keyword 'var'.
// hello
// ^^^^^
//
// pkg/front_end/testcases/regress/issue_39091_1.dart:5:1: Error: Expected ';' after this.
// hello
// ^^^^^
//
import self as self;
static field dynamic hello;