blob: 84cf7abb2d50564fcdf381c1e4c1d4a06cdb8747 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method method(core::bool b1) dynamic {
{
final synthesized core::bool #0#0 = b1;
{
hoisted core::bool b2;
if(true) {
b2 = #0#0;
{
core::print(b2);
}
}
else {
core::print(b1);
}
}
}
}