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