Allow secondary constructors without body
#KT-6967 Fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
class A {
|
||||
constructor() {}
|
||||
constructor()
|
||||
init {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user