mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Autoformat
This commit is contained in:
@@ -5,6 +5,7 @@ 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