Use last ASM version to read binaries

#KT-28798 Fixed
This commit is contained in:
Mikhael Bogdanov
2018-12-17 09:44:52 +01:00
parent 0ea7716eb1
commit 1a0c3dfaa6
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.load.java.structure.JavaModifierListOwner
import org.jetbrains.kotlin.load.java.structure.MapBasedJavaAnnotationOwner
import org.jetbrains.org.objectweb.asm.Opcodes
internal val ASM_API_VERSION_FOR_CLASS_READING = Opcodes.ASM5
internal const val ASM_API_VERSION_FOR_CLASS_READING = Opcodes.API_VERSION
internal interface BinaryJavaModifierListOwner : JavaModifierListOwner, MapBasedJavaAnnotationOwner {
val access: Int