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