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
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> |
You can’t perform that action at this time.
0 commit comments