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