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