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