File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/test/kotlin/library-tests/java-kotlin-collection-type-generic-methods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ methodWithDuplicate
54
54
| AbstractList<E> | set | int |
55
55
| AbstractList<E> | subList | int |
56
56
| AbstractList<E> | subListRangeCheck | int |
57
- | AbstractMap | containsEntry | Entry<?,?> |
57
+ | AbstractMap | containsEntry$kotlin_stdlib | Entry<?,?> |
58
58
| AbstractMap | containsKey | Object |
59
59
| AbstractMap | containsValue | Object |
60
60
| AbstractMap | equals | Object |
@@ -79,7 +79,7 @@ methodWithDuplicate
79
79
| AbstractMap<K,V> | put | V |
80
80
| AbstractMap<K,V> | putAll | Map<? extends K,? extends V> |
81
81
| AbstractMap<K,V> | remove | Object |
82
- | AbstractMap<String,String> | containsEntry | Entry<?,?> |
82
+ | AbstractMap<String,String> | containsEntry$kotlin_stdlib | Entry<?,?> |
83
83
| AbstractMap<String,String> | containsKey | Object |
84
84
| AbstractMap<String,String> | containsValue | Object |
85
85
| AbstractMap<String,String> | equals | Object |
You can’t perform that action at this time.
0 commit comments