blob: 0d14e2b91f2e9cc7f30666307890c29786e81c76 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int* x = null;
synthetic constructor •() self::C*
: super core::Object::•()
;
}
static method f(self::C* c) void {
core::int* x = let final self::C* #t1 = c in #t1.{core::Object::==}(null) ?{core::int*} null : #t1.{self::C::x};
let final self::C* #t2 = c in #t2.{core::Object::==}(null) ?{core::int*} null : #t2.{self::C::x};
}
static method main() dynamic {}