Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
innerClass
/
kt3532.kt
blob: c935a7b7e9395d0fcd87474b1b30c976ce446b15 [
file
]
fun box
():
String
{
kt3532
().
Inner
()
return
"OK"
}