mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
disable constructor matching super when appropriate candidate already present
IDEA-113427
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Create constructor matching super" "false"
|
||||
class A {
|
||||
public A(int i) {
|
||||
}
|
||||
}
|
||||
class B extends A {
|
||||
public B<caret>(int i) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user