Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
scopes
/
AmbiguityBetweenRootAndPackage.txt
blob: 7842eac0688b0bad2cad9ee8e9710f9114711711 [
file
]
package
public val t: kotlin.String
public fun testFun(): kotlin.String
package test {
public fun testFun(): kotlin.Int
}