5de4e9fdac
#KT-15355 Fixed
9 lines
164 B
Kotlin
Vendored
9 lines
164 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
interface T
|
|
|
|
interface <caret>U: T {
|
|
// INFO: {"checked": "true"}
|
|
val x: Int
|
|
// INFO: {"checked": "true"}
|
|
fun foo(n: Int): Boolean
|
|
} |