Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c05aab2

Browse files
committed
Kotlin: Add a TODO
1 parent c35f871 commit c05aab2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ open class KotlinUsesExtractor(
291291
}
292292
// We use this when we don't actually have an IrClass for a class
293293
// we want to refer to
294+
// TODO: Eliminate the need for this if possible
294295
fun makeClass(pkgName: String, className: String): Label<DbClass> {
295296
val pkgId = extractPackage(pkgName)
296297
val label = "@\"class;$pkgName.$className\""

0 commit comments

Comments
 (0)