Skip to content

Commit 3145c53

Browse files
committed
Accept test changes for JDK21
1 parent bd77f57 commit 3145c53

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ methodWithDuplicate
165165
| List | add | int |
166166
| List | addAll | Collection<? extends E> |
167167
| List | addAll | int |
168+
| List | addFirst | E |
169+
| List | addLast | E |
168170
| List | contains | Object |
169171
| List | containsAll | Collection<?> |
170172
| List | copyOf | Collection<? extends E> |
@@ -213,6 +215,8 @@ methodWithDuplicate
213215
| List<String> | add | int |
214216
| List<String> | addAll | Collection<? extends String> |
215217
| List<String> | addAll | int |
218+
| List<String> | addFirst | String |
219+
| List<String> | addLast | String |
216220
| List<String> | contains | Object |
217221
| List<String> | containsAll | Collection<?> |
218222
| List<String> | copyOf | Collection<? extends E> |

0 commit comments

Comments
 (0)