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