mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Kotlin: Speed up getAPrimaryQlClass
It now gives less useful info, but can be manually investigated if it fails.
This commit is contained in:
@@ -9,5 +9,4 @@ where t.getAPrimaryQlClass() = "???"
|
||||
// Kotlin bug:
|
||||
and not t.(Type).toString() = "string"
|
||||
select t,
|
||||
concat(t.getAPrimaryQlClass(), ","),
|
||||
concat(t.getAQlClass(), ",")
|
||||
concat(t.getAPrimaryQlClass(), ",")
|
||||
|
||||
Reference in New Issue
Block a user