Skip to content

Commit 0f96706

Browse files
committed
Fix merge conflict
1 parent acac5fe commit 0f96706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4696,7 +4696,7 @@ open class KotlinFileExtractor(
46964696
} else {
46974697
val baseConstructor = baseClass.owner.declarations.findSubType<IrFunction> { it.symbol is IrConstructorSymbol }
46984698
if (baseConstructor == null) {
4699-
logger.warnElement("Cannot find base constructor", currentDeclaration)
4699+
logger.warnElement("Cannot find base constructor", elementToReportOn)
47004700
} else {
47014701
val superCallId = tw.getFreshIdLabel<DbSuperconstructorinvocationstmt>()
47024702
tw.writeStmts_superconstructorinvocationstmt(superCallId, constructorBlockId, 0, ids.constructor)

0 commit comments

Comments
 (0)