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
@@ -5,6 +5,8 @@ public final class test/Klass : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
// module name: test-module
}
// test/Konstructor.class
// ------------------------------------------
@@ -13,6 +15,8 @@ public final class test/Konstructor : kotlin/Any {
// requires language version 42.0.0 (level=WARNING, errorCode=42, message="Konstructor must not be used!")
// signature: <init>()V
public /* primary */ constructor()
// module name: test-module
}
// test/VersionRequirementKt.class
// ------------------------------------------