mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-83223 IDEA incorrectly inserts 'super' keyword with replace completion character.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Util {
|
||||
public Util(String a) {
|
||||
this.a = a;
|
||||
}
|
||||
|
||||
public Util() {
|
||||
su<caret>this("2");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user