[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 custom.pkg {
|
||||
// Signature: custom.pkg/Bar|null[0]
|
||||
object Bar
|
||||
// Signature: custom.pkg/Foo|null[0]
|
||||
class Foo constructor()
|
||||
// Signature: custom.pkg/MyTransformer|null[0]
|
||||
typealias MyTransformer = (String) -> Int
|
||||
// Signature: custom.pkg/v1|{}v1[0]
|
||||
val v1: Int = 1
|
||||
// Signature: custom.pkg/v2|{}v2[0]
|
||||
val v2: String = "hello"
|
||||
// Signature: custom.pkg/v3|{}v3[0]
|
||||
val v3: (String) -> Int
|
||||
// Signature: custom.pkg/v4|{}v4[0]
|
||||
val v4: MyTransformer /* = (String) -> Int */
|
||||
}
|
||||
Reference in New Issue
Block a user