blob: a6a70a13ff5065fc69f2ceb989f9a49aaa42fd27 [file] [log] [blame]
library;
import self as self;
import "org-dartlang-testcase:///import_conflicting_getters_lib1.dart";
import "org-dartlang-testcase:///import_conflicting_getters_lib2.dart";
static method main() dynamic
;
static method errors() dynamic
;
library;
import self as self2;
import "dart:core" as core;
static get foo() core::int*
;
library;
import self as self3;
import "dart:core" as core;
static get foo() core::int*
;