Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755bf4d commit d63ef23Copy full SHA for d63ef23
1 file changed
java/ql/consistency-queries/getAPrimaryQlClass.ql
@@ -6,7 +6,5 @@ where t.getAPrimaryQlClass() = "???"
6
and not t instanceof TypeBound
7
// XMLLocatable doesn't extend Top (but probably should)
8
and not t instanceof XMLLocatable
9
- // Kotlin bug:
10
- and not t.(Type).toString() = "string"
11
select t,
12
concat(t.getAPrimaryQlClass(), ",")
0 commit comments