mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
postfix completion: inplace introduce variable: ensure doc committed when handler is started inside writeAction
test: switch on inplace mode in tests EA-86900 - RE: PostprocessReformattingAspect.beforeDocumentChanged
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void m() {
|
||||
foo(new Runnable() {public void run()}.var<caret>);
|
||||
}
|
||||
|
||||
void foo(Runnable r) {}
|
||||
}
|
||||
Reference in New Issue
Block a user