Compare commits

...

1 Commits

Author SHA1 Message Date
Mariusz Kliber
2640ec69b3 Troubleshooting Qlucie 2023-02-15 11:29:22 +00:00
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package com.github.codeql
import com.github.codeql.comments.CommentExtractor
import com.github.codeql.utils.*
import com.github.codeql.utils.versions.*

View File

@@ -1,5 +1,6 @@
package com.github.codeql
import com.github.codeql.utils.*
import com.github.codeql.utils.versions.codeQlWithHasQuestionMark
import com.github.codeql.utils.versions.getKotlinType

View File

@@ -1,6 +1,6 @@
/**
* Provides classes and predicates for working with Java types.
*
*
* Types can be primitive types (`PrimitiveType`), array types (`Array`), or reference
* types (`RefType`), where the latter are either classes (`Class`) or interfaces
* (`Interface`).