mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
disable create local from usage in this/super calls (IDEA-184182)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Create local variable 'a'" "false"
|
||||
class C {
|
||||
public C(int i) {
|
||||
}
|
||||
|
||||
public C() {
|
||||
this(<caret>a);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user