3ba776fffa
#KT-11176 Fixed (cherry picked from commit 3641ad6)
8 lines
139 B
Plaintext
Vendored
8 lines
139 B
Plaintext
Vendored
// "Create secondary constructor" "true"
|
|
open class Base()
|
|
|
|
class Creation {
|
|
constructor(f: Int)
|
|
constructor()
|
|
}
|
|
val v = Creation() |