blob: 46423d5c1a3657fa028c180013689fecad2d4221 [file] [log] [blame]
main = <No Member>;
library from "org-dartlang-test:///a.dart" as a {
static method a() dynamic {
dart.core::print("hello a");
}
}
library from "org-dartlang-test:///b.dart" as b {
static method b() dynamic {
dart.core::print("hello b");
}
}