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