blob: 6a308452b5bc7c4f148b39d823e57a6c9a94d103 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int x;
synthetic constructor •() self::C
;
}
static method f(self::C? c) void
;
static method main() dynamic
;