Allow secondary constructors without body
#KT-6967 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
class A {
|
||||
constructor(): super(<!TOO_MANY_ARGUMENTS!>1<!>) { }
|
||||
constructor(): super(<!TOO_MANY_ARGUMENTS!>1<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user