blob: d47d52c4f2bbc97bec298d7bc7f6b38a11fd471e [file]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method f(dynamic x) void {
#L1:
{
final dynamic #t1 = x;
final core::int #t2 = -1;
final core::bool #t3 = false;
if(!#t3 && #t1 =={core::Object::==}{(core::Object) → core::bool} 0) {
if(true) {
#t2 = 0;
#t3 = true;
}
}
switch(#t2) {
#L2:
case #C1:
{
{
break #L1;
}
}
}
}
}
constants {
#C1 = 0
}