blob: 393089cb9d0ac6f109524f44ca33790b9bc4e32b [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 {}