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 c05aab2 commit 40976a9Copy full SHA for 40976a9
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt
@@ -563,7 +563,7 @@ class X {
563
val label = if (parent is IrClass) {
564
// todo: fix this. Ugly string concat to handle nested class IDs.
565
// todo: Can the containing class have type arguments?
566
- "${getUnquotedClassLabel(parent, listOf())}\$$cls"
+ "${getUnquotedClassLabel(parent, listOf()).classLabel}\$$cls"
567
} else {
568
if (pkg.isEmpty()) cls else "$pkg.$cls"
569
}
0 commit comments