blob: 6bf26122ff7c0eed3ad8fdbff85e79fac6534f76 [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
;