blob: 9f282f10925cb39c40268d8ef629ef79f04f7b7b [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
;