Java: Accept new TP in NullMaybe.

This commit is contained in:
Anders Schack-Mulligen
2026-02-12 11:33:24 +01:00
parent b798bc2c8f
commit 8b0dd7b866
2 changed files with 2 additions and 1 deletions

View File

@@ -534,7 +534,7 @@ public class B {
s1.hashCode(); // OK
s2.hashCode(); // NPE
}
s1.hashCode(); // NPE - false negative, Java CFG lacks proper edge label
s1.hashCode(); // NPE
}
public void lenCheck(int[] xs, int n, int t) {