blob: 2130181a325c66317f034b0cf1006b532ceadbd2 [file]
// FIR_IDENTICAL
// ISSUE: KT-59233
fun <T> consume(arg: T) {}
fun box(): String {
val foo = ::<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>consume<!>
return "OK"
}