6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
fun foo() {
|
|
var xxx: Int = <caret>
|
|
}
|
|
|
|
// ABSENT: xxx
|