blob: ceb6430806b367c105f6679d57773178b54aa185 [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
;