blob: 469e2ac200ac010f96c93766b7873175e9e62da7 [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 •() self::C
: super core::Object::•()
;
}
static method main() dynamic {}