blob: f176f198950dff1221ae9e4e1c921cd16446a184 [file] [edit]
library;
import self as self;
import "dart:core" as core;
static method f(dynamic x) dynamic
return block {
core::int #t1;
#L1:
switch(x) /* dynamic */ {
#L2:
default:
{
#t1 = 0;
break #L1;
}
}
} =>#t1;