d30efdb001
The "common" subproject keeps only backend-neutral logic and depends only on :kotlinx-metadata library. It takes the name of the former project - :tools:kotlinp The "jvm" subproject depends on the "common" one and also depends on :kotlinx-metadata-jvm. It gets the new name - :tools:kotlinp-jvm There is a lot of touched files in this commit. The majority of them is just moved files (tests, test data, etc). Only the following files were actually modified: .space/CODEOWNERS build.gradle.kts libraries/tools/abi-comparator/build.gradle.kts libraries/tools/kotlinp/build.gradle.kts libraries/tools/kotlinp/jvm/build.gradle.kts plugins/kapt3/kapt3-compiler/build.gradle.kts settings.gradle ^KT-62340
35 lines
1.3 KiB
Plaintext
Vendored
35 lines
1.3 KiB
Plaintext
Vendored
// SimpleClass.class
|
|
// ------------------------------------------
|
|
public final class SimpleClass<in T#0 /* A */> : kotlin/Any {
|
|
|
|
// signature: <init>(I)V
|
|
public constructor(p: kotlin/Int /* = ... */)
|
|
|
|
// signature: <init>([Ljava/lang/String;)V
|
|
public /* secondary */ constructor(s: kotlin/Array<kotlin/String?>?)
|
|
|
|
// signature: f$test_module(Ljava/lang/Object;[Ljava/util/Map;)Ljava/util/Set;
|
|
internal final fun <T#1 /* U */ : T#3, T#2 /* V */ : T#3, T#3 /* A */> T#3.f(vararg z: kotlin/collections/Map<T#2, T#1?> /* kotlin/Array<out kotlin/collections/Map<T#2, T#1?>> */): kotlin/collections/Set<*>
|
|
|
|
// signature: g(Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
protected final inline suspend fun <reified T#1 /* T */> g(crossinline a: kotlin/Function0<T#0>, noinline b: suspend kotlin/Function1<kotlin/coroutines/Continuation<T#1>, kotlin/Any?>): kotlin/Unit
|
|
|
|
// field: p:I
|
|
// getter: getP()I
|
|
public final val p: kotlin/Int
|
|
public final get
|
|
|
|
// field: x:J
|
|
// getter: getX()J
|
|
// setter: SET_X(J)V
|
|
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
|
|
// ------------------------------------------
|
|
module {
|
|
}
|