blob: a37cc660f1220c23653cff9c5d4d8719a60bd679 [file]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
open class A
fun <J : A> foo(j: J): J = j
fun <T> foo(j: T): T = j