blob: 3f10d2939cba8f531062dfa2c4d645c0039409b1 [file] [log] [blame]
// FIR_IDENTICAL
interface IFoo {
fun foo()
fun bar() { foo() }
}