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