We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66e9b5 commit ea5280eCopy full SHA for ea5280e
systests/java_tests/Test222.java
@@ -0,0 +1,6 @@
1
+public class Test222 {
2
+ public static void main(String[] args) {
3
+ String tmp = null + "";
4
+ }
5
+}
6
+
0 commit comments