mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Autoformat
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user