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