Add KOTLIN_MULTIFILE_CLASS annotation to KotlinAbiVersionIndex

It was forgotten during the package reform
This commit is contained in:
Alexander Udalov
2015-10-05 12:43:11 +03:00
parent 1c229d173e
commit 1497648093
@@ -42,7 +42,8 @@ public object KotlinAbiVersionIndex : KotlinAbiVersionIndexBase<KotlinAbiVersion
private val kotlinAnnotationsDesc = setOf(
KOTLIN_CLASS,
KOTLIN_PACKAGE,
KOTLIN_FILE_FACADE
KOTLIN_FILE_FACADE,
KOTLIN_MULTIFILE_CLASS
).map { asmDescByFqNameWithoutInnerClasses(it) }
private val INDEXER = DataIndexer<BinaryVersion, Void, FileContent>() { inputData: FileContent ->