mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-169780 Show parameter types in implement/override popup
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
class Super {
|
||||
void foo1() {}
|
||||
@Deprecated
|
||||
void foo2() {}
|
||||
void foo2(int x) {}
|
||||
}
|
||||
|
||||
class Sub extends Super {
|
||||
|
||||
Reference in New Issue
Block a user