80e1fc2ace
#KT-28661 Fixed #KT-26924 Fixed
9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
interface I {
|
|
fun <caret>x()
|
|
}
|
|
|
|
inline class Foo(val value: Int) : I {
|
|
override fun x() {}
|
|
}
|
|
|
|
// REF: (in Foo).x() |