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