Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
box
/
exclExcl
/
primitive.kt
blob: d78157560416bcf151a655cddc9b25d948ea12e8 [
file
]
fun box
():
String
{
42
!!
42.toLong
()!!
return
"OK"
!!
}