Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
callableReference
/
packageInLhs.txt
blob: c8dc104063c34b27f34b8c515552b7e37f8593bc [
file
]
package
package foo {
public fun test(): kotlin.Unit
package foo.bar {
public fun test(): kotlin.Unit
}
}