mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
11 lines
178 B
Java
11 lines
178 B
Java
// "Replace call with method body" "true-preview"
|
|
|
|
class Test {
|
|
{
|
|
new Runnable() {
|
|
public void run() {
|
|
System.out.println();
|
|
}
|
|
}.ru<caret>n();
|
|
}
|
|
} |