blob: c63dea513ce5684ce821a141b0162cd7d386c5e2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I
;
method g() core::bool
;
}
abstract class C extends core::Object implements self::I {
synthetic constructor •() self::C
;
}
static field () core::bool x;
static method f() self::C
;
static method main() dynamic
;