blob: 69cda08ef14cf6486c5ce4f4c005215ffe238be6 [file] [log] [blame]
main = <No Member>;
library from "org-dartlang-test:///main.dart" as main {
//
// Problems in library:
//
// org-dartlang-test:///main.dart:3:6: Error: 'foo' is already declared in this scope.
// void foo() {}
// ^^^
// org-dartlang-test:///main.dart:2:6: Context: Previous declaration of 'foo'.
// void foo() {}
// ^^^
//
static method foo() void {}
}