ed8aad6149
#KT-25312 Fixed
8 lines
219 B
Kotlin
Vendored
8 lines
219 B
Kotlin
Vendored
interface Interface {
|
|
fun funA()
|
|
}
|
|
|
|
expect class SClass : Interface { // there is no error highlighting about unimplemented members, see KT-25044
|
|
override fu<caret>
|
|
}
|
|
// ELEMENT_TEXT: "override fun funA() {...}" |