blob: f0f825a0f9ec1cbc6ae2561afcb344b17e0f1c0c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int x;
default constructor •() void
;
}
static method f(self::C c) void
;
static method main() dynamic
;