Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
+9
@@ -0,0 +1,9 @@
|
||||
MODULE main
|
||||
CLASS PropertyAccessorsWithJvmNameKt.class
|
||||
PACKAGE METADATA
|
||||
PROPERTY getter()Ljava/lang/String;
|
||||
Property: class.metadata.property.setterValueParameter
|
||||
K1
|
||||
<set-?>: kotlin/String
|
||||
K2
|
||||
value: kotlin/String
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63984
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
MODULE main
|
||||
CLASS test/A.class
|
||||
K1
|
||||
---
|
||||
K2
|
||||
remove(Ljava/lang/Object;Ljava/lang/Object;)Z [public]
|
||||
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_REFLECT
|
||||
// JVM_ABI_K1_K2_DIFF: KT-57268
|
||||
|
||||
package test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user