blob: 1e1996d1d413456c15c8ff741761cc3cb41e7ef7 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() void
;
static get x() core::int
;
}
class B extends self::A {
static field dynamic x;
synthetic constructor •() void
;
}
class C extends self::A {
static field dynamic x;
synthetic constructor •() void
;
}
static method f() dynamic
;
static method main() dynamic
;