blob: c414477f2613d124729aea2d53a250a086e09986 [file] [log] [blame]
library;
//
// 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;