mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
correctly check for super call in constructor (IDEA-97203)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Base {
|
||||
public B<caret>ase() {
|
||||
}
|
||||
}
|
||||
|
||||
class AAA extends Base {
|
||||
public AAA() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user