blob: 87e635a49d19e4f3571dd3ccfda3b2706eff6817 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int field;
constructor •() void
;
get getter() core::int
;
method function() core::int
;
}
static field self::C c;
static field dynamic function_ref;
static field dynamic function_ref_list;
static method main() dynamic
;