blob: 234cc3bc017c2df6281b41af4c71797dc73b8968 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F1 = () void;
typedef F2 = () void;
class A extends core::Object {
const constructor •(core::int value) void
;
}
class C extends core::Object {
synthetic constructor •() void
;
}
static const field core::Object a;
static field core::int f1;
static field core::int f2;
static method main() void
;