blob: 4ccf3ef867e8fbdd86a9d731a6c89c93c1cfc2ad [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F = () void;
class C extends core::Object {
default constructor •() void
;
method f() void
;
get g() () void
;
get h() dynamic
;
method test() void
;
}
static method test(self::C c, () void f, dynamic d) void
;
static method main() dynamic
;