Add module name JVM extensions to class/package in kotlinx-metadata-jvm

#KT-31308 Fixed
This commit is contained in:
Alexander Udalov
2019-05-03 13:44:52 +02:00
parent 8ec466c2cc
commit 9e2733915b
15 changed files with 97 additions and 4 deletions
+2
View File
@@ -26,6 +26,8 @@ public final class SimpleClass<in T#0 /* A */> : kotlin/Any {
public final var x: kotlin/Long
public final /* non-default */ external get
public final /* non-default */ set(<set-?>: kotlin/Long)
// module name: test-module
}
// META-INF/test-module.kotlin_module
// ------------------------------------------