blob: a2fbe2db61a721c838686e8ac3f8025cc0588a7a [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-59233
fun <T> consume(arg: T) {}
fun box(): String {
val foo = ::<!CANNOT_INFER_PARAMETER_TYPE!>consume<!>
return "OK"
}
/* GENERATED_FIR_TAGS: functionDeclaration, localProperty, nullableType, propertyDeclaration, stringLiteral,
typeParameter */