ac9d75b45e
#KT-6632 Fixed
9 lines
104 B
Kotlin
Vendored
9 lines
104 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
trait I {
|
|
fun foo()
|
|
}
|
|
|
|
class C : I {
|
|
override fun <caret>foo() {
|
|
}
|
|
} |