Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d63ef23

Browse files
committed
Kotlin: Remove an out-of-date consistency exception
1 parent 755bf4d commit d63ef23

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java/ql/consistency-queries/getAPrimaryQlClass.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ where t.getAPrimaryQlClass() = "???"
66
and not t instanceof TypeBound
77
// XMLLocatable doesn't extend Top (but probably should)
88
and not t instanceof XMLLocatable
9-
// Kotlin bug:
10-
and not t.(Type).toString() = "string"
119
select t,
1210
concat(t.getAPrimaryQlClass(), ",")

0 commit comments

Comments
 (0)