blob: 617df38796495695f6be3ee51d1e4102ddc485de [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) {
y = #0#0;
{}
}
}
}
}