We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc92c65 commit e3c2656Copy full SHA for e3c2656
java/ql/lib/semmle/code/java/frameworks/KotlinStdLib.qll
@@ -5,9 +5,6 @@ private import semmle.code.java.dataflow.ExternalFlow
5
6
private class KotlinStdLibSummaryCsv extends SummaryModelCsv {
7
override predicate row(string row) {
8
- row =
9
- [
10
- "kotlin.jvm.internal;ArrayIteratorKt;false;iterator;(Object[]);;Argument[0].ArrayElement;ReturnValue.Element;value"
11
- ]
+ row = "kotlin.jvm.internal;ArrayIteratorKt;false;iterator;(Object[]);;Argument[0].ArrayElement;ReturnValue.Element;value"
12
}
13
0 commit comments