blob: c019f65221ad0c507717b52775e9ae21245a0743 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
set x(dynamic #synthetic) → void
;
}
static method f(self::A a) void
;
static method main() dynamic
;