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