Java: Add test case.

This commit is contained in:
Anders Schack-Mulligen
2020-06-04 10:31:08 +02:00
parent 70131e6ac8
commit 64225c31a6
2 changed files with 8 additions and 0 deletions

View File

@@ -85,4 +85,11 @@ public class A extends ArrayList<Long> {
empty.put(k, v);
}
}
public void m8(Object[] xs, int i) {
if (xs[i] instanceof Integer) {
Object n = xs[i];
Object r = n;
}
}
}

View File

@@ -12,3 +12,4 @@
| A.java:61:11:61:11 | x | Integer | false |
| A.java:67:22:67:22 | x | Integer | false |
| A.java:70:23:70:24 | x2 | Integer | false |
| A.java:92:18:92:18 | n | Integer | false |