Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
MODULE main
|
||||
CLASS ClassCapturesExtensionIndirect.class
|
||||
CLASS METADATA
|
||||
K1
|
||||
<init>([Ljava/lang/String;)V
|
||||
K2
|
||||
---
|
||||
Property: class.metadata.superTypes
|
||||
K1
|
||||
[kotlin/script/templates/standard/ScriptTemplateWithArgs]
|
||||
K2
|
||||
[]
|
||||
Property: class.metadata.contextReceiverTypes
|
||||
K1
|
||||
[]
|
||||
K2
|
||||
[kotlin/script/templates/standard/ScriptTemplateWithArgs]
|
||||
FUNCTION ext(LClassCapturesExtensionIndirect$A;)V
|
||||
Property: class.metadata.function.receiverParameterType
|
||||
K1
|
||||
ClassCapturesExtensionIndirect.A
|
||||
K2
|
||||
A
|
||||
PROPERTY getB()LClassCapturesExtensionIndirect$B;
|
||||
Property: class.metadata.property.returnType
|
||||
K1
|
||||
ClassCapturesExtensionIndirect.B
|
||||
K2
|
||||
B
|
||||
Reference in New Issue
Block a user