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