override: substitute type parameter bounds in cls (IDEA-162079)

This commit is contained in:
Anna.Kozlova
2017-12-29 15:43:44 +01:00
parent b87e08f706
commit 70ed717691
5 changed files with 72 additions and 1 deletions
@@ -0,0 +1,5 @@
import p.P;
interface A extends P<String> {
<caret>
}