a8da79a130
* Intention to make open class with only private constructors sealed #KT-12504 Fixed * Fixed #KT-12504
5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
open class Test<caret> {
|
|
private constructor(i: Int) {
|
|
}
|
|
}
|