blob: 66c4c851904bb0d7a8538e30fc6290e56f86e877 [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 && (let final dynamic #t1 = #0#2! in let final dynamic #t2 = f = #0#2! in true)) {
{
break #L1;
}
}
}
}
}