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