blob: 7f5269262b924b41c32a17655235b2bfd3672d10 [file]
interface A {
fun foo(value : String) : Int = 0
}
class C : A {
<caret>
}