aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test3/NewExprTryCatch.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test3/NewExprTryCatch.java')
-rw-r--r--src/test/test3/NewExprTryCatch.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test3/NewExprTryCatch.java b/src/test/test3/NewExprTryCatch.java
index 193985eb..f93b528d 100644
--- a/src/test/test3/NewExprTryCatch.java
+++ b/src/test/test3/NewExprTryCatch.java
@@ -18,6 +18,7 @@ public class NewExprTryCatch {
// the error is somehow related to the string concatenation and local variables,
// when the code below is replaced with something else, the error does not occur.
String s1 = "a";
+ @SuppressWarnings("unused")
String s2 = s1 + "b";
}