62e335ac88
#KT-36686 Fixed
7 lines
112 B
Kotlin
Vendored
7 lines
112 B
Kotlin
Vendored
// "Implement members" "true"
|
|
// WITH_RUNTIME
|
|
interface I {
|
|
fun foo()
|
|
}
|
|
|
|
data <caret>class C(val i: Int) : I |