mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Kotlin: Add a TODO
This commit is contained in:
@@ -291,6 +291,7 @@ open class KotlinUsesExtractor(
|
||||
}
|
||||
// We use this when we don't actually have an IrClass for a class
|
||||
// we want to refer to
|
||||
// TODO: Eliminate the need for this if possible
|
||||
fun makeClass(pkgName: String, className: String): Label<DbClass> {
|
||||
val pkgId = extractPackage(pkgName)
|
||||
val label = "@\"class;$pkgName.$className\""
|
||||
|
||||
Reference in New Issue
Block a user