6f8503a178
#KT-15659 Fixed
8 lines
107 B
Kotlin
Vendored
8 lines
107 B
Kotlin
Vendored
// "Implement members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
interface I {
|
|
fun foo()
|
|
}
|
|
|
|
header class <caret>Bar : I |