blob: 408080e0f358a0881a0356ec7fa1d5e780e43349 [file] [log] [blame]
public class Foo {
void m(boolean x) {
while (x)
return;
}
}