blob: 0c74f50dede6f4a03af93415cc86a062eb023db0 [file] [log] [blame]
main = <No Member>;
library from "org-dartlang-test:///b.dart" as b {
//
// Problems in library:
//
// org-dartlang-test:///b.dart:1:1: Error: Expected ';' after this.
// asdf
// ^^^^
//
// org-dartlang-test:///b.dart:1: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";
}