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