Kotlin: Run some integration tests on Windows too

This commit is contained in:
Ian Lynagh
2022-10-27 14:50:17 +01:00
parent 8bc46d5e56
commit 15d5369bdd
131 changed files with 0 additions and 0 deletions

View File

@@ -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, ", ")
}