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