blob: 0f2c84a82dba29c290f0ed781942099c01c97a1f [file]
// FIR_IDENTICAL
// Works already in M11
fun test(c : Class<*>) {
val sc = c <!UNCHECKED_CAST!>as Class<String><!>
// No ambiguous overload
c.getAnnotations();
sc.getAnnotations();
}