4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
class Test {
|
|
internal var x = 1
|
|
<caret>internal set
|
|
} |