diff options
Diffstat (limited to 'test/transform/resource/after-delombok/SneakyThrowsPlain.java')
-rw-r--r-- | test/transform/resource/after-delombok/SneakyThrowsPlain.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/after-delombok/SneakyThrowsPlain.java b/test/transform/resource/after-delombok/SneakyThrowsPlain.java index 86f7790c..32ab8054 100644 --- a/test/transform/resource/after-delombok/SneakyThrowsPlain.java +++ b/test/transform/resource/after-delombok/SneakyThrowsPlain.java @@ -1,5 +1,6 @@ class SneakyThrowsPlain { SneakyThrowsPlain() { + super(); try { System.out.println("constructor"); } catch (final java.lang.Throwable $ex) { |