mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-124350 (ignore incomplete resource statements on stub building)
This commit is contained in:
@@ -283,6 +283,7 @@ public class JavaStubBuilderTest extends LightIdeaTestCase {
|
||||
" try (Resource r = new Resource() {\n" +
|
||||
" @Override public void close() { }\n" +
|
||||
" }) { }\n" +
|
||||
" try (new Resource()) { }" +
|
||||
" }\n" +
|
||||
"}",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user