mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
do not mix PsiImmediateClassType and PsiReferenceClassType: presentable name for ref type is calc based on reference name only (IDEA-56135)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Change 'implements b' to 'extends b'" "true"
|
||||
class a extends b<C.D> {
|
||||
}
|
||||
|
||||
class b<T> {}
|
||||
|
||||
class C {
|
||||
static class D {}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Change 'implements b' to 'extends b'" "true"
|
||||
class a implements <caret>b<C.D> {
|
||||
}
|
||||
|
||||
class b<T> {}
|
||||
|
||||
class C {
|
||||
static class D {}
|
||||
}
|
||||
Reference in New Issue
Block a user