mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
7 lines
89 B
Kotlin
Vendored
7 lines
89 B
Kotlin
Vendored
interface Some {
|
|
fun foo(some : Int?) : Int
|
|
}
|
|
|
|
class SomeOther : Some {
|
|
<caret>
|
|
} |