Merge branch 'main' into couchdb

This commit is contained in:
Mauro Baluda
2026-01-13 21:50:44 +01:00
committed by GitHub
295 changed files with 53927 additions and 52060 deletions

View File

@@ -118,4 +118,12 @@ public class A extends ArrayList<Long> {
default -> { }
}
}
private static <T> T lookupFoo(Map<String, T> m) {
return m.get("foo");
}
public void m11(Map<String, String> m) {
lookupFoo(m);
}
}

View File

@@ -18,5 +18,6 @@
| A.java:112:23:112:24 | cs | String | false |
| A.java:116:13:116:14 | o2 | String | false |
| A.java:117:49:117:50 | cs | String | false |
| A.java:123:12:123:12 | m | Map<String,String> | false |
| UnionTypes.java:45:7:45:7 | x | Inter | false |
| UnionTypes.java:48:23:48:23 | x | Inter | false |