blob: 56bfce59472a636f5e0a7c74927df143305bf7a7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
: super core::Object::•()
;
get foo() core::int
return throw 42;
}
static method bar(core::int x) dynamic {}
static method test(self::A? a) dynamic {
self::bar((let final self::A? #t1 = a in #t1 == null ?{core::int?} null : #t1{self::A}.{self::A::foo}{core::int})!);
}
static method main() dynamic {}