Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxMultiFile
/
kt9958
/
a.kt
blob: 916e2477330ddceff9d9e98fa2ed2027d56f7905 [
file
]
package
a
import
b
.*
class
B
{
companion
object
:
A
()
{}
init
{
foo
()
}
}
fun box
():
String
{
B
()
return
result
}