Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad11b3e

Browse files
tamasvajkigfoo
authored andcommitted
Add consistency query to verify we always have qualifier for calls
1 parent 4f3e89d commit ad11b3e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import java
2+
3+
from MethodAccess ma
4+
where not exists(ma.getQualifier()) and ma.getFile().isKotlinSourceFile()
5+
select ma

0 commit comments

Comments
 (0)