mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
generate super call: insert at caret, fix read only status tracking (IDEA-166864)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class s implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
|
||||
class Over extends s {
|
||||
public void run() {
|
||||
if (true) {
|
||||
<caret>}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user