mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-completion] IJ-CR-129761 IDEA-349764 Suggest a full catch section
- tests are extracted - CatchLookupElement works in dumb-mode GitOrigin-RevId: 75b5c34ce124a4315a8a73c020ac08f01ecd9487
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b478a4dc36
commit
ba0a409500
@@ -0,0 +1,6 @@
|
||||
class X{
|
||||
public void test() {
|
||||
try {
|
||||
} c<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user