blob: 9bfb884a7be17f141552d50a32aa377ede3192c4 [file] [log] [blame]
// "Replace with lambda" "false"
class Test {
{
Runnable x = new Runn<caret>able() {
public void run() {
this.toString();
}
};
}
}