Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
@@ -0,0 +1,21 @@
|
||||
MODULE main
|
||||
CLASS ClassWithLateinit.class
|
||||
CLASS METADATA
|
||||
PROPERTY getInternalVarPrivateSet$main()Ljava/lang/String;
|
||||
Property: class.metadata.property.setterValueParameter
|
||||
K1
|
||||
<set-?>: kotlin/String
|
||||
K2
|
||||
value: kotlin/String
|
||||
PROPERTY getProtectedVarPrivateSet()Ljava/lang/String;
|
||||
Property: class.metadata.property.setterValueParameter
|
||||
K1
|
||||
<set-?>: kotlin/String
|
||||
K2
|
||||
value: kotlin/String
|
||||
PROPERTY getPublicVarInternalSet()Ljava/lang/String;
|
||||
Property: class.metadata.property.setterValueParameter
|
||||
K1
|
||||
<set-?>: kotlin/String
|
||||
K2
|
||||
value: kotlin/String
|
||||
@@ -1,4 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63984
|
||||
public class ClassWithProperties {
|
||||
|
||||
public val publicVal: Int = 1
|
||||
|
||||
Reference in New Issue
Block a user