mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-177034 A qualified class name should be suggested when there's a shadowing type parameter
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Abc<Tttt> {
|
||||
|
||||
class Tttt {}
|
||||
|
||||
<Tttt> void foo(Tttt<caret> t) {
|
||||
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
class Abc<Tttt> {
|
||||
|
||||
class Tttt {}
|
||||
|
||||
<Tttt> void foo(Abc.Tttt<caret> t) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user