mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
don't insert . after completing super in java
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public class Xxx {
|
||||
|
||||
void foo() {
|
||||
super.<caret>
|
||||
super<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user