7 lines
113 B
Kotlin
Vendored
7 lines
113 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
class Test {
|
|
var foo: String = ""
|
|
<caret>set
|
|
}
|
|
} |