blob: 29476ce2487c89df0928bd2347c9b4666712159b [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
constructor •() void
: super core::Object::•()
;
set x() void {}
}
static method f(self::A a) void {
core::int x = a.{self::A::x} = 0;
}
static method main() dynamic {}