K2: add test confirming finished migration in KT-33917

Related to KT-62918, KT-60086
This commit is contained in:
Mikhail Glukhikh
2023-10-26 11:20:02 +02:00
committed by Space Team
parent dda7004d66
commit f82c3c3bf7
3 changed files with 28 additions and 0 deletions
@@ -48,3 +48,21 @@ FILE: ambiguousAnonymousExposed.fir.kt
}
)
}
private final inline fun bazBaz(): R|My<out I1>| {
^bazBaz R|/My.My|<R|<anonymous>|>(object : R|I1|, R|I2| {
private constructor(): R|<anonymous>| {
super<R|kotlin/Any|>()
}
}
)
}
private final inline fun bazBazBaz(): R|My<out I1>| {
^bazBazBaz R|/My.My|<R|<anonymous>|>(object : R|I1| {
private constructor(): R|<anonymous>| {
super<R|kotlin/Any|>()
}
}
)
}