mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01: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"
|
|
}
|
|
}
|