blob: f706c4c0111d7274b09f839692b99e69b4344af1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
operator unary-() core::bool
return true;
}
static field self::C c = new self::C::•();
static field dynamic x = self::c.unary-();
static method main() dynamic {
self::c;
self::x;
}