[FIR] Match type in super<type> access with actual supertypes of class

This commit is contained in:
Dmitriy Novozhilov
2020-07-15 12:17:44 +03:00
parent 1ce4eca3a6
commit cedd1c133e
9 changed files with 63 additions and 40 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// !CHECK_TYPE
open class Outer<E> {
inner open class Inner<F> {