Java: Add a variables consistency query

This commit is contained in:
Ian Lynagh
2021-08-09 13:23:40 +01:00
parent 15be80631f
commit afea1871a7

View File

@@ -0,0 +1,7 @@
import java
from Variable v, int n
where n = count(v.getType())
and n != 1
select v, n