mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-26 14:29:20 +07:00
test: switch on inplace mode in tests EA-86900 - RE: PostprocessReformattingAspect.beforeDocumentChanged
7 lines
130 B
Java
7 lines
130 B
Java
public class Foo {
|
|
void m() {
|
|
foo(new Runnable() {public void run()}.var<caret>);
|
|
}
|
|
|
|
void foo(Runnable r) {}
|
|
} |