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