Rewrite KotlinP so it does not use visitors from kotlinx-metadata anymore;

fix bug with missing moduleName.
This commit is contained in:
Leonid Startsev
2022-09-20 18:37:43 +02:00
committed by Space Team
parent 3d679b76bc
commit c4d409608c
16 changed files with 451 additions and 729 deletions
@@ -4,6 +4,8 @@ package {
// signature: test()Ljava/lang/Runnable;
public final fun test(): java/lang/Runnable
// module name: test-module
}
// AnonymousObjectKt$test$1.class
// ------------------------------------------
@@ -4,6 +4,8 @@ package {
// signature: test()V
public final fun test(): kotlin/Unit
// module name: test-module
}
// DeepInnerLocalChainKt$test$Local.class
// ------------------------------------------
@@ -4,6 +4,8 @@ package {
// signature: test()V
public final fun test(): kotlin/Unit
// module name: test-module
}
// LocalClassInSignatureKt$test$Local.class
// ------------------------------------------