JVM: Do not use equals-impl0 methods generated by older compiler versions
This commit is contained in:
committed by
Alexander Udalov
parent
b85b2d9af8
commit
2e53e36fd5
+1
-1
@@ -27,7 +27,7 @@ class JvmMetadataVersion(versionArray: IntArray, val isStrictSemantics: Boolean)
|
||||
|
||||
companion object {
|
||||
@JvmField
|
||||
val INSTANCE = JvmMetadataVersion(1, 1, 15)
|
||||
val INSTANCE = JvmMetadataVersion(1, 1, 16)
|
||||
|
||||
@JvmField
|
||||
val INVALID_VERSION = JvmMetadataVersion()
|
||||
|
||||
Reference in New Issue
Block a user