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.
2 parents b4b52b9 + 4a89606 commit 67f8c82Copy full SHA for 67f8c82
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -1338,7 +1338,7 @@ open class KotlinFileExtractor(
1338
} else {
1339
var subbedType: IrSimpleType = receiverType
1340
ancestorTypes.forEach {
1341
- val thisClass = subbedType.classifier.owner as IrClass
+ val thisClass = subbedType.classifier.owner
1342
if (thisClass !is IrClass) {
1343
logger.errorElement("Found ancestor with unexpected type ${thisClass.javaClass}", callTarget)
1344
return listOf()
0 commit comments