Allow secondary constructors without body
#KT-6967 Fixed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class X<T>(val t: T) {
|
||||
constructor(t: String): <!CYCLIC_CONSTRUCTOR_DELEGATION_CALL!>this<!>(t) {}
|
||||
constructor(t: String): <!CYCLIC_CONSTRUCTOR_DELEGATION_CALL!>this<!>(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user