Allow secondary constructors without body
#KT-6967 Fixed
This commit is contained in:
@@ -8,8 +8,7 @@ class A {
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
constructor() {
|
||||
}
|
||||
constructor()
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
@@ -55,8 +54,7 @@ class A {
|
||||
constructor() : this() {
|
||||
}
|
||||
|
||||
constructor() : this() {
|
||||
}
|
||||
constructor() : this()
|
||||
|
||||
constructor() : super() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user