blob: 13f427c6632a34eed7e7b87ef6a72e826e6dba9b [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;
constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}