blob: d46f057d0267b8b97ec9baca15a07a40c7c970d3 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
static final field (core::bool) core::int f = (core::bool b) core::int => 1;
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}