blob: f758ecd124250df97c56978f691731eaa1183001 [file] [log] [blame]
library;
import self as self;
static method test(dynamic x) dynamic {
{
final synthesized dynamic #0#0 = x;
{
hoisted dynamic y;
if(true) {
#0#0!;
y = #0#0!;
{}
}
}
}
}