mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
CommentTracker: do not add a comment as a first child of PsiElement
Fixes IDEA-187526 "Add static import" with an intervening comment leads to exception
This commit is contained in:
@@ -14,7 +14,7 @@ class Foo {
|
||||
|
||||
void test3(String[] foos, String[] bars) {
|
||||
System.out.println(//line comment
|
||||
asList(foos)+":"+//line comment
|
||||
asList(bars));
|
||||
asList(foos)+":"+//line comment
|
||||
asList(bars));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user