blob: 1a3a1ad5046792ff51d1393a9933776e205476c3 [file] [log] [blame]
// FIR_IDENTICAL
interface Runnable {
fun run()
}
class <caret>A : Runnable {
fun foo() {
}
}