Skip to content

Commit 5a23860

Browse files
Fix compilation order of tests
1 parent 0840786 commit 5a23860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/neg/java-wrong-bounds/J.java renamed to tests/neg/java-wrong-bounds/J_2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
public class J extends D<String> { // error
1+
public class J_2 extends D<String> { // error
22

3-
public J() {
3+
public J_2() {
44
super(null);
55
}
66

0 commit comments

Comments
 (0)