blob: 1771593b293aa3a99f2464ef0331a6188bc2d946 [file] [log] [blame]
main = <No Member>;
library from "org-dartlang-test:///b.dart" as b {
//
// Problems in library:
//
// org-dartlang-test:///b.dart:2: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'.
// asdf;
// ^^^^
//
static field dynamic asdf;
}
library from "org-dartlang-test:///main.dart" as main {
import "org-dartlang-test:///b.dart";
}