mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
doPostponedFormatting after formatting in completion after new (IDEA-CR-14717)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
abstract class A {
|
||||
A(int x){}
|
||||
abstract void foo();
|
||||
void test(A a){}
|
||||
|
||||
{
|
||||
tes<caret>
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
abstract class A {
|
||||
A(int x){}
|
||||
abstract void foo();
|
||||
void test(A a){}
|
||||
|
||||
{
|
||||
test(new A(<selection>x<caret></selection>) {
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user