[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,11 @@
package <root> {
// Signature: /Foo|null[0]
@Deprecated(message = "O/{id}") class Foo constructor()
// Signature: /Obj|null[0]
object Obj {
// Signature: /Obj.O|-6675131087042329948[0]
const val O: String = "O"
// Signature: /Obj.concat|4194001668264387881[0]
val concat: String = "OK"
}
}