Files
kotlin-fork/compiler/testData/diagnostics/tests
Nikolay Lunyak 69fba8d33b [FIR] Make captureFromTypeParameterUpperBoundIfNeeded smarter
Before this change `ARGUMENT_TYPE_MISMATCH` would complain that
`Y` "is not a subtype of" `Inv<Y>`, because the function would only
check immediate bounds of the type parameter `Y`. `chosenSupertype`
would be `X`, not `Inv<out kotlin/String>`.

^KT-60056
2024-01-09 10:47:13 +00:00
..
2023-11-14 15:19:33 +00:00
2023-10-24 20:59:56 +00:00
2023-10-02 14:37:00 +00:00
2024-01-05 14:15:06 +00:00