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