cc2a65e874
#KT-10912 Fixed
4 lines
137 B
Kotlin
Vendored
4 lines
137 B
Kotlin
Vendored
// "Create secondary constructor" "true"
|
|
// ERROR: Primary constructor call expected
|
|
class Creation(val f: Int)
|
|
val v = Creation(<caret>) |