[KLIB tool] Run tests for 'dump-metadata' with & without signatures
This commit is contained in:
committed by
Space Team
parent
aa9b901926
commit
88a297b022
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
package test {
|
||||
// Signature: test/A|null[0]
|
||||
@Retention(value = AnnotationRetention.SOURCE) @Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER}) annotation class A constructor() : Annotation
|
||||
// Signature: test/Enum|null[0]
|
||||
enum class Enum private constructor() : Enum<Enum> {
|
||||
// Signature: test/Enum.ENTRY|null[0]
|
||||
enum entry ENTRY
|
||||
}
|
||||
// Signature: test/Klass|null[0]
|
||||
class Klass constructor()
|
||||
// Signature: test/function|function(kotlin.Unit){0§<kotlin.Any?>}[0]
|
||||
fun <T> function(param: Unit)
|
||||
// Signature: test/property|{}property[0]
|
||||
val property: Unit
|
||||
}
|
||||
Reference in New Issue
Block a user