FIR: Implement captured type substitution

This commit is contained in:
Simon Ogorodnik
2021-11-15 16:37:34 +03:00
committed by teamcity
parent 476a7727da
commit 61ea65906c
6 changed files with 23 additions and 16 deletions
@@ -57,7 +57,7 @@ fun test7(cls: Cls) {
}
fun test8(cls: Cls) {
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>id<!>(
id(
wrapIn(cls)
)
}