fix EA-69474 - IAE: KotlinAbiVersionIndex$INDEXER$.map

This commit is contained in:
Michael Nedzelsky
2015-06-15 13:29:20 +03:00
parent 3a6ba67602
commit 0877c09b80
@@ -33,7 +33,7 @@ abstract class KotlinAbiVersionIndexBase<T>(private val classOfIndex: Class<T>)
override fun dependsOnFileContent() = true
private val LOG = Logger.getInstance(classOfIndex)
protected val LOG: Logger = Logger.getInstance(classOfIndex)
protected inline fun tryBlock(inputData: FileContent, body: () -> Unit) {
try {