blob: c459ad56324f06436f4dfa7f92282cd2c95e3c18 [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) core::Map<core::int, core::bool> f = (core::bool b) (core::int) core::Map<core::int, core::bool> => (core::int i) core::Map<core::int, core::bool> => <core::int, core::bool>{i: b};
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}