Fir2Ir: mute a test

FIR computes return type of testGeneric1 as T (type parameter).
Looks like a FIR bug.
This commit is contained in:
Georgy Bronnikov
2022-03-04 18:25:33 +03:00
committed by Alexander Udalov
parent 12818823b0
commit 870ee9c445
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_FIR: ANY
val <T : CharSequence> T.gk: () -> T
get() = { -> this }