a9eadcbaf4
#KT-12046 Fixed
4 lines
58 B
Kotlin
Vendored
4 lines
58 B
Kotlin
Vendored
class C {
|
|
var x: String? = null
|
|
internal set
|
|
} |