mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
11 lines
163 B
Java
11 lines
163 B
Java
// "Replace with lambda" "false"
|
|
class Test {
|
|
{
|
|
Runnable x = new Runn<caret>able() {
|
|
public void run() {
|
|
this.toString();
|
|
}
|
|
};
|
|
|
|
}
|
|
} |