mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
import java
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
class SummaryModelTest extends SummaryModelCsv {
|
|
override predicate row(string row) {
|
|
row =
|
|
"generatedtest;Test;false;getElementSpliterator;(Spliterator);;Argument[0].Element;ReturnValue;value"
|
|
}
|
|
}
|