[KLIB tool] Update KLIB metadata dump tests

^KT-62340
This commit is contained in:
Dmitriy Dolovov
2024-02-09 15:23:40 +01:00
committed by Space Team
parent f9f97f2050
commit 07767f88e2
170 changed files with 9177 additions and 2207 deletions
@@ -1,13 +1,33 @@
package test {
// Signature: test/Class|null[0]
class Class constructor() {
// Signature: test/Class.member|member(){}[0]
fun member(): Nothing?
library {
// module name: <simple.kt>
library fragment {
// package name: test
// class name: test/Class
// signature: test/Class|null[0]
public final class test/Class : kotlin/Any {
// signature: test/Class.<init>|<init>(){}[0]
public constructor()
// signature: test/Class.member|member(){}[0]
public final fun member(): kotlin/Nothing?
}
// Signature: test/extension|extension@0:0(){0§<kotlin.Any?>}[0]
fun <T> T.extension(): T?
// Signature: test/function|function(kotlin.Int;kotlin.String){}[0]
fun function(int: Int, string: String = ...): Class
// Signature: test/property|{}property[0]
val property: Unit
package {
// signature: test/extension|extension@0:0(){0§<kotlin.Any?>}[0]
public final fun <T#0 /* T */> T#0.extension(): T#0?
// signature: test/function|function(kotlin.Int;kotlin.String){}[0]
public final fun function(int: kotlin/Int, string: kotlin/String /* = ... */): test/Class
// signature: test/property|{}property[0]
public final val property: kotlin/Unit
// signature: test/property.<get-property>|<get-property>(){}[0]
public final get
}
}
}