Skip to content

Commit

Permalink
(WIP) workaround for strange behavior of ECJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 21, 2019
1 parent de547c4 commit 0510977
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -32,6 +32,7 @@ public void close() {
*/
private static Object test() throws Exception {
nop(); // assertFullyCovered()

try ( // assertTry()
Resource r1 = new Resource(); // assertFullyCovered()
Closeable r2 = new Resource(); // assertFullyCovered()
Expand Down

0 comments on commit 0510977

Please sign in to comment.