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