8 lines
87 B
Kotlin
Vendored
8 lines
87 B
Kotlin
Vendored
// "Make <set-prop> internal" "true"
|
|
|
|
package test
|
|
|
|
fun foo() {
|
|
<caret>prop = 20
|
|
}
|