blob: 99bbffd8976a7f0c22628b0e1420c04d5f881b96 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int x = null;
constructor •() void
: 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 {}