blob: a71c940a94b5189bd31defb9f74f09b80de0fda1 [file] [log] [blame]
interface Some {
fun foo(some : Int?) : Int
}
class SomeOther : Some {
<caret>
}