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