Fix compilation after rebase: add debugInfo to JvmIr.proto

This commit is contained in:
Georgy Bronnikov
2021-07-05 23:20:57 +03:00
committed by TeamCityServer
parent f4d358069c
commit da946e464f
6 changed files with 162 additions and 9 deletions
@@ -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