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