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