[KLIB tool] Run tests for 'dump-metadata' with & without signatures

This commit is contained in:
Dmitriy Dolovov
2023-10-23 22:47:53 +02:00
committed by Space Team
parent aa9b901926
commit 88a297b022
78 changed files with 1888 additions and 13 deletions
@@ -0,0 +1,17 @@
package <root> {
// Signature: /Foo|null[0]
class Foo constructor() {
// Signature: /Foo.f1|3067719429478803475[0]
fun f1()
// Signature: /Foo.f2|998031826907343926[0]
infix fun f2(x: Int)
// Signature: /Foo.f3|-7352656899019660364[0]
suspend fun f3()
// Signature: /Foo.f4|-653369539400762817[0]
tailrec fun f4()
// Signature: /Foo.f5|136030160982396464[0]
fun f5(vararg x: Int)
// Signature: /Foo.plus|4955128566171430399[0]
operator fun plus(x: Int)
}
}