8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
interface Some {
|
|
fun foo(some : Int?) : Int
|
|
}
|
|
|
|
class SomeOther : Some {
|
|
<caret>
|
|
} |