blob: 9613957a09556b9f9f5a4ac58a5c3d193020d98f [file] [log] [blame]
library;
import self as self;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
{
if(#0#0 is ()) {
{
break #L1;
}
}
}
}
}