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