Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f871 commit c05aab2Copy full SHA for c05aab2
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt
@@ -291,6 +291,7 @@ open class KotlinUsesExtractor(
291
}
292
// We use this when we don't actually have an IrClass for a class
293
// we want to refer to
294
+ // TODO: Eliminate the need for this if possible
295
fun makeClass(pkgName: String, className: String): Label<DbClass> {
296
val pkgId = extractPackage(pkgName)
297
val label = "@\"class;$pkgName.$className\""
0 commit comments