blob: ffe0fc271e94722d972295372df4a1446a330e2e [file] [log] [blame]
interface A {
fun String.foo()
}
class B : A {
<caret>
}