Skip to content

Commit 86034dc

Browse files
committed
Kotlin: Add a type signature
1 parent b5f9fbe commit 86034dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ open class KotlinUsesExtractor(
659659
}
660660
}.buildSimpleType()
661661

662-
var componentType = s.getArrayElementType(pluginContext.irBuiltIns)
662+
var componentType: IrType = s.getArrayElementType(pluginContext.irBuiltIns)
663663
var isPrimitiveArray = false
664664
var dimensions = 0
665665
var elementType: IrType = s

0 commit comments

Comments
 (0)