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