Skip to content

Commit 14aef79

Browse files
committed
Accept test changes
1 parent dd93062 commit 14aef79

File tree

1 file changed

+2
-2
lines changed
  • java/ql/test/kotlin/library-tests/java-kotlin-collection-type-generic-methods

1 file changed

+2
-2
lines changed

java/ql/test/kotlin/library-tests/java-kotlin-collection-type-generic-methods/test.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)