blob: 66722f19a0ab5d5603e0d6e9f64b79d5b0474432 [file]
// FIR_IDENTICAL
// FILE: root.kt
fun testFun() = 12
// FILE: otherPackage.kt
package test
fun testFun() = 12
// FILE: using.kt
package test
val t = testFun()