Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
innerClass
/
kt4036.kt
blob: ad4612e56baee3aae578dc6700ccbc4922dc0e49 [
file
]
fun box
():
String
{
kt4036
().
`Inner1$class`
()
kt4036
().
`Inner2$class`
()
return
"OK"
}