blob: 1d90ac1317ee57a84f6c0b7ed377ea4278cdc4af [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int? f = null;
synthetic constructor •() self::C
: super core::Object::•()
;
}
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
late final synthesized core::int? #0#2 = (#0#0 as{Unchecked} self::C).{self::C::f}{core::int?};
{
hoisted core::int f;
if(#0#0 is self::C && (!(#0#2 == null) ?{core::bool} let final dynamic #t1 = f = #0#2{core::int} in true : false)) {
{
break #L1;
}
}
}
}
}