blob: 054273afcd4f6b808cfd3b60f6d5878f631b5d25 [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 {
dynamic x = let final dynamic #t1 = c in #t1.==(null) ? null : #t1.x;
let final dynamic #t2 = c in #t2.==(null) ? null : #t2.x;
}
static method main() dynamic {}