Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}
}