[KLIB tool] Run tests for 'dump-metadata' with & without signatures
This commit is contained in:
committed by
Space Team
parent
aa9b901926
commit
88a297b022
Vendored
+11
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user