blob: ce6af54dd4d05f1c382f0de58f73f24d87f4b588 [file] [log] [blame]
// FIR_IDENTICAL
class Z {
fun test2() {
test()
}
companion object {
fun test() {}
}
}