Differences From Artifact [97c5c8de55]:
- File example.c — part of check-in [6d268ced53] at 2014-05-14 21:20:55 on branch trunk — Initial import (user: js, size: 1718) [annotate] [blame] [check-ins using]
To Artifact [2d61a6f1fd]:
- File example.c — part of check-in [d6132d89e1] at 2017-01-22 15:55:26 on branch trunk — Never issue a warning if the exception is unused (user: js, size: 1693) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - - | { try { puts("try1"); try { puts("try2"); } catch (ex) { |