Do substitution captured type's super types as well

^KT-45982 Fixed
This commit is contained in:
Victor Petukhov
2021-04-09 13:19:03 +03:00
parent e8275d2527
commit 73a2838555
2 changed files with 4 additions and 2 deletions
@@ -20,7 +20,7 @@ fun foo() {
fun test2(): Sequence<String> = sequence {
yield("")
// id(this::class) // TODO
id(this::class)
}
fun test3(): Sequence<String> = sequence {