a8da79a130
* Intention to make open class with only private constructors sealed #KT-12504 Fixed * Fixed #KT-12504
2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
open class Klass private constructor(private val s: String) {
|
|
} |