We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54bb6 commit e722c99Copy full SHA for e722c99
java/ql/consistency-queries/typeParametersInScope.ql
@@ -1,9 +1,7 @@
1
import java
2
3
class InstantiatedType extends ParameterizedType {
4
- InstantiatedType() {
5
- typeArgs(_, _, this)
6
- }
+ InstantiatedType() { typeArgs(_, _, this) }
7
}
8
9
Type getAMentionedType(RefType type) {
0 commit comments