03641ffbee
#KT-8467 In Progress
4 lines
64 B
Kotlin
Vendored
4 lines
64 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
interface A {
|
|
fun <caret>foo() = 1
|
|
} |