blob: 5e2e887c2a8f0f854e0c7c9df63636c081bb7f8c [file] [log] [blame]
fun <T> foo(t: T) {
}
fun box(): String {
foo(null)
return "OK"
}