Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
codegen
/
box
/
functions
/
kt3313.kt
blob: 5e2e887c2a8f0f854e0c7c9df63636c081bb7f8c [
file
]
fun
<
T
>
foo
(
t
:
T
)
{
}
fun box
():
String
{
foo
(
null
)
return
"OK"
}