Add multi-language-repo

This commit is contained in:
David Verdeguer 2020-05-08 11:51:47 +02:00
parent b73b259103
commit 583f8a923c
32 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/**
* @name Foo/Bar Show Ifs
* @description Foo/Bar Show Ifs
* @kind problem
* @id complex-python-querypack/foo/bar/show-ifs
*/
import python
from If i
select i, "foo/bar if"

View file

@ -0,0 +1,11 @@
/**
* @name Foo Show Ifs
* @description Foo Show Ifs
* @kind problem
* @id complex-python-querypack/foo/show-ifs
*/
import python
from If i
select i, "foo if"