Autoformat

This commit is contained in:
Chris Smowton
2022-06-02 14:45:28 +01:00
parent ebb52adba6
commit 3d63cec1e8

View File

@@ -1,6 +1,7 @@
import java
from Method m, TypeVariable param
where m.getDeclaringType().getQualifiedName() = "java.util.Map$Entry"
and param = m.(GenericCallable).getATypeParameter()
where
m.getDeclaringType().getQualifiedName() = "java.util.Map$Entry" and
param = m.(GenericCallable).getATypeParameter()
select m.toString(), param.toString(), param.getATypeBound().toString()