blob: 413c4e149f8e238546217f879c5a009c197f2266 [file] [log] [blame]
public class In {
void fool() {
new Runnable() {
public void run() {
new Runnable() {
public void run() {
if (narr()) {
}
}
}.run();
}
};
}
boolean narr() {
return false;
}
}