Kotlin: Add a TODO

This commit is contained in:
Ian Lynagh
2021-12-06 13:56:38 +00:00
parent c35f871c46
commit c05aab278a

View File

@@ -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\""