d13ac6b5a4
#KT-9697 In Progress
11 lines
109 B
Kotlin
Vendored
11 lines
109 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
interface A {
|
|
fun foo()
|
|
}
|
|
|
|
class B: A {
|
|
override fun <caret>foo() {
|
|
|
|
}
|
|
} |