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