// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER @file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") annotation class Anno fun test(a: List>) { strictSelect(a, emptyList().map { it.annotationClass.java }) } fun <@kotlin.internal.OnlyInputTypes S> strictSelect(arg1: S, arg2: S): S = TODO()