Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
scopes
/
NoAmbiguityBetweenRootAndPackage.kt
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
()