Skip to content

Commit ea5280e

Browse files
author
Jennifer Lhoták
committed
- new test case for string constants wih null literals
1 parent b66e9b5 commit ea5280e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

systests/java_tests/Test222.java

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)