Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
MODULE main
|
||||
CLASS NullableReceiverInEqualsKt.class
|
||||
PACKAGE METADATA
|
||||
PROPERTY getA_foo()Lkotlin/reflect/KFunction;
|
||||
Property: class.metadata.property.returnType
|
||||
K1
|
||||
kotlin/reflect/KFunction1<A, kotlin/Unit>
|
||||
K2
|
||||
@kotlin/ExtensionFunctionType kotlin/reflect/KFunction1<A, kotlin/Unit>
|
||||
+2
@@ -5,6 +5,8 @@
|
||||
// TODO: investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63859
|
||||
|
||||
// See https://youtrack.jetbrains.com/issue/KT-14938
|
||||
// WITH_REFLECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user