mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java: IDEA-56612 code completion for catch argument must suggest only exception classes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AbcdClass {}
|
||||
@interface AbcdAnno {}
|
||||
|
||||
@Abcd<caret>
|
||||
class Foo {}
|
||||
Reference in New Issue
Block a user