Allow secondary constructors without body
#KT-6967 Fixed
This commit is contained in:
@@ -2,6 +2,11 @@ class A {
|
||||
constructor : this() {}
|
||||
val x: Int
|
||||
}
|
||||
|
||||
class C {
|
||||
constructor : this()
|
||||
}
|
||||
|
||||
class B {
|
||||
constructor : this() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user