f32367d2c2
The previous one was incorrect for K1 since parent of top-level function is `IrClass`, not `IrPackageFragment`. The change is non-functional, K1 still worked correctly, but had to do some extra work when inlining `emptyArray` calls and produces less performant bytecode.
18 lines
359 B
Plaintext
Vendored
18 lines
359 B
Plaintext
Vendored
MODULE lib
|
|
CLASS Script.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]
|