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