mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update java/ql/lib/semmle/code/java/frameworks/KotlinStdLib.qll
This commit is contained in:
committed by
Chris Smowton
parent
cc92c6517b
commit
e3c2656ef1
@@ -5,9 +5,6 @@ private import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
private class KotlinStdLibSummaryCsv extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
[
|
||||
"kotlin.jvm.internal;ArrayIteratorKt;false;iterator;(Object[]);;Argument[0].ArrayElement;ReturnValue.Element;value"
|
||||
]
|
||||
row = "kotlin.jvm.internal;ArrayIteratorKt;false;iterator;(Object[]);;Argument[0].ArrayElement;ReturnValue.Element;value"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user