Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxMultiFile
/
inlineMultifileClassMemberFromOtherPackage
/
box.kt
blob: e12d247c2e15a196f80eac5cd657091071c041be [
file
]
package
test
import
a
.
foo
fun box
():
String
=
foo
{
"OK"
}