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