mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-158416 Deprecated methods are not striked through in implements/override completion
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Super {
|
||||
void foo1() {}
|
||||
@Deprecated
|
||||
void foo2() {}
|
||||
}
|
||||
|
||||
class Sub extends Super {
|
||||
foo<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user