mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Make new predicate private
This commit is contained in:
@@ -353,7 +353,7 @@ module CsvValidation {
|
||||
)
|
||||
}
|
||||
|
||||
string getIncorrectConstructorSummaryOutput() {
|
||||
private string getIncorrectConstructorSummaryOutput() {
|
||||
exists(string namespace, string type, string name, string output |
|
||||
type = name or
|
||||
type = name + "<" + any(string s)
|
||||
|
||||
Reference in New Issue
Block a user