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