blob: 6aaab51c734c0e979c9fd8d1854012dc19bcfe3f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
default constructor •() void
: super core::Object::•()
;
method f(dynamic x) core::double
return 1.0;
}
static field core::double v = new self::C::•().{self::C::f}(() core::int {
return 1;
});
static method main() dynamic {
self::v;
}