[KLIB tool] Run tests for 'dump-metadata' with & without signatures
This commit is contained in:
committed by
Space Team
parent
aa9b901926
commit
88a297b022
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
package <root> {
|
||||
// Signature: /Bar|null[0]
|
||||
object Bar
|
||||
// Signature: /Foo|null[0]
|
||||
class Foo constructor()
|
||||
// Signature: /MyTransformer|null[0]
|
||||
typealias MyTransformer = (String) -> Int
|
||||
// Signature: /v1|7393439784805956893[0]
|
||||
val v1: Int = 1
|
||||
// Signature: /v2|-7674839086071973207[0]
|
||||
val v2: String = "hello"
|
||||
// Signature: /v3|1020778405567015018[0]
|
||||
val v3: (String) -> Int
|
||||
// Signature: /v4|8662652590067501092[0]
|
||||
val v4: MyTransformer /* = (String) -> Int */
|
||||
}
|
||||
Reference in New Issue
Block a user