J2K: no call to super constructor in the header of class when there is no primary constructor
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class C {
|
||||
class Base {
|
||||
}
|
||||
|
||||
class C extends Base {
|
||||
C(int arg1, int arg2, int arg3) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user