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
5454| AbstractList<E> | set | int |
5555| AbstractList<E> | subList | int |
5656| AbstractList<E> | subListRangeCheck | int |
57- | AbstractMap | containsEntry | Entry<?,?> |
57+ | AbstractMap | containsEntry$kotlin_stdlib | Entry<?,?> |
5858| AbstractMap | containsKey | Object |
5959| AbstractMap | containsValue | Object |
6060| AbstractMap | equals | Object |
@@ -79,7 +79,7 @@ methodWithDuplicate
7979| AbstractMap<K,V> | put | V |
8080| AbstractMap<K,V> | putAll | Map<? extends K,? extends V> |
8181| AbstractMap<K,V> | remove | Object |
82- | AbstractMap<String,String> | containsEntry | Entry<?,?> |
82+ | AbstractMap<String,String> | containsEntry$kotlin_stdlib | Entry<?,?> |
8383| AbstractMap<String,String> | containsKey | Object |
8484| AbstractMap<String,String> | containsValue | Object |
8585| AbstractMap<String,String> | equals | Object |
You can’t perform that action at this time.
0 commit comments