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 3dc9c2e commit c4ded5bCopy full SHA for c4ded5b
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -4566,12 +4566,6 @@ open class KotlinFileExtractor(
4566
4567
private fun <T : DbExpr> exprIdOrFresh(id: Label<out DbExpr>?) = id?.cast<T>() ?: tw.getFreshIdLabel()
4568
4569
- private fun toUnbound(t: IrType) =
4570
- when(t) {
4571
- is IrSimpleType -> t.classifier.typeWith()
4572
- else -> t
4573
- }
4574
-
4575
private fun extractClassReference(
4576
e: IrClassReference,
4577
parent: Label<out DbExprparent>,
0 commit comments