File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
java/ql/test/kotlin/library-tests/java-kotlin-collection-type-generic-methods Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ methodWithDuplicate
165
165
| List | add | int |
166
166
| List | addAll | Collection<? extends E> |
167
167
| List | addAll | int |
168
+ | List | addFirst | E |
169
+ | List | addLast | E |
168
170
| List | contains | Object |
169
171
| List | containsAll | Collection<?> |
170
172
| List | copyOf | Collection<? extends E> |
@@ -213,6 +215,8 @@ methodWithDuplicate
213
215
| List<String> | add | int |
214
216
| List<String> | addAll | Collection<? extends String> |
215
217
| List<String> | addAll | int |
218
+ | List<String> | addFirst | String |
219
+ | List<String> | addLast | String |
216
220
| List<String> | contains | Object |
217
221
| List<String> | containsAll | Collection<?> |
218
222
| List<String> | copyOf | Collection<? extends E> |
You can’t perform that action at this time.
0 commit comments