Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
+29
@@ -0,0 +1,29 @@
|
||||
MODULE main
|
||||
CLASS Derived.class
|
||||
CLASS METADATA
|
||||
K1
|
||||
---
|
||||
K2
|
||||
getRef()Lkotlin/reflect/KMutableProperty0;
|
||||
K1
|
||||
getRef()Lkotlin/reflect/KProperty0;
|
||||
K2
|
||||
---
|
||||
K1
|
||||
---
|
||||
K2
|
||||
getRef()Lkotlin/reflect/KMutableProperty0; [public, final]
|
||||
K1
|
||||
getRef()Lkotlin/reflect/KProperty0; [public, final]
|
||||
K2
|
||||
---
|
||||
CLASS Derived$ref$1.class
|
||||
Property: class.superClassInternalName
|
||||
K1
|
||||
kotlin/jvm/internal/PropertyReference0Impl
|
||||
K2
|
||||
kotlin/jvm/internal/MutablePropertyReference0Impl
|
||||
K1
|
||||
---
|
||||
K2
|
||||
set(Ljava/lang/Object;)V [public]
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_STDLIB
|
||||
// JVM_ABI_K1_K2_DIFF: KT-62516
|
||||
|
||||
// FILE: kt46578_kotlin_propertyRef.kt
|
||||
import p.*
|
||||
|
||||
Reference in New Issue
Block a user