[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,8 +1,26 @@
package test {
class Class constructor() {
fun member(): Nothing?
library {
// module name: <simple.kt>
library fragment {
// package name: test
// class name: test/Class
public final class test/Class : kotlin/Any {
public constructor()
public final fun member(): kotlin/Nothing?
}
fun <T> T.extension(): T?
fun function(int: Int, string: String = ...): Class
val property: Unit
}
package {
public final fun <T#0 /* T */> T#0.extension(): T#0?
public final fun function(int: kotlin/Int, string: kotlin/String /* = ... */): test/Class
public final val property: kotlin/Unit
public final get
}
}
}