blob: 0e47bce8299e3e0881b488f568da5db40edf06ec [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
constructor •() void
;
method f() void
;
}
class C extends self::B {
constructor •() void
;
method f() dynamic
;
}
static field dynamic x;
static method main() dynamic
;