9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
interface I {
|
|
fun test()
|
|
}
|
|
|
|
val i = <caret>I {
|
|
}
|