mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
create subclass: restore caret position after delegate constructors are inserted (IDEA-105566)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
public class Test {
|
||||
private interface Inner {}
|
||||
|
||||
public class InnerImpl implements Inner {
|
||||
}
|
||||
public class InnerImpl implements Inner { }
|
||||
}
|
||||
Reference in New Issue
Block a user