blob: a280f123885f0dc64473d5b19e9f06eb9cd59f8d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class I1 extends core::Object {
final field dynamic x;
synthetic constructor •() void
;
}
abstract class I2 extends core::Object {
synthetic constructor •() void
;
abstract get x() core::num;
}
class C extends core::Object implements self::I1, self::I2 {
synthetic constructor •() void
;
get x() core::int
;
}
static field dynamic y;
static method main() dynamic
;