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* | |
; |