Do substitution captured type's super types as well
^KT-45982 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ fun foo() {
|
||||
|
||||
fun test2(): Sequence<String> = sequence {
|
||||
yield("")
|
||||
// id(this::class) // TODO
|
||||
id(this::class)
|
||||
}
|
||||
|
||||
fun test3(): Sequence<String> = sequence {
|
||||
|
||||
Reference in New Issue
Block a user