mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Kotlin: Run some integration tests on Windows too
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java
|
||||
|
||||
query predicate mods(Method m, string modifiers) {
|
||||
m.getName() = "m" and
|
||||
modifiers = concat(string s | m.hasModifier(s) | s, ", ")
|
||||
}
|
||||
Reference in New Issue
Block a user