8540f47c15
#KT-40788 Fixed #KT-24616 Fixed back-port from kotlin-ide commit aa5580bb5a7e96b209cdaa1c82f4e485ee001ae8
9 lines
227 B
Kotlin
Vendored
9 lines
227 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// CHECK_SUPER_METHODS_YES_NO_DIALOG: no
|
|
// OPTIONS: usages
|
|
|
|
class SomeXImpl: SomeX {
|
|
override fun <caret>getSmth(): String = TODO()
|
|
}
|
|
|
|
fun foo(x: SomeXImpl) = x.smth |