Fix compilation after rebase: add debugInfo to JvmIr.proto
This commit is contained in:
committed by
TeamCityServer
parent
f4d358069c
commit
da946e464f
+1
-1
@@ -149,7 +149,7 @@ open class IrFileSerializer(
|
||||
|
||||
protected val protoBodyArray = mutableListOf<XStatementOrExpression>()
|
||||
|
||||
private val protoDebugInfoArray = arrayListOf<String>()
|
||||
protected val protoDebugInfoArray = arrayListOf<String>()
|
||||
|
||||
sealed class XStatementOrExpression {
|
||||
abstract fun toByteArray(): ByteArray
|
||||
|
||||
Reference in New Issue
Block a user