We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b878f commit 757fa60Copy full SHA for 757fa60
java/kotlin-extractor/src/main/kotlin/utils/ClassNames.kt
@@ -14,7 +14,6 @@ import org.jetbrains.kotlin.ir.declarations.*
14
import org.jetbrains.kotlin.ir.util.fqNameWhenAvailable
15
import org.jetbrains.kotlin.ir.util.parentClassOrNull
16
import org.jetbrains.kotlin.load.kotlin.JvmPackagePartSource
17
-import org.jetbrains.kotlin.name.ClassId
18
19
// Adapted from Kotlin's interpreter/Utils.kt function 'internalName'
20
// Translates class names into their JLS section 13.1 binary name,
0 commit comments