blob: 6fe770d90b8dd52e8e1427fa780fc4da9870be5f [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?};
{
if(#0#0 is self::C && (!(#0#2 == null) ?{core::bool} #C1 =={core::num::==}{(core::Object) → core::bool} #0#2 : false)) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = 1
}