blob: ab19af9b39d975b09a59db4e35766fd75c5f8595 [file] [log] [blame]
class XXX {
String f() {
new Runnable() {
public void run() {
new Runnable() {
public void run() {
new Runnable() {
public void run() {
new Runnable() {
public void run() {
new Runnable() {
public void run() {
String s = (String)"";
}
};
}
};
}
};
}
};
}
};
return "";
}
}