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