FIR: do not allow to resolve to type parameters in supertype position

This commit is contained in:
Mikhail Glukhikh
2018-03-22 09:33:43 +03:00
parent e46074dee6
commit d16303342e
12 changed files with 88 additions and 45 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ FILE: typeParameterVsNested.kt
public? abstract property z(val): R/test/My.T/
public? get(): R/test/My.T/
(resolved) public? final class Some() : R/T/ {
(resolved) public? final class Some() : R/test/My.T/ {
}
}