Files
kotlin-fork/analysis/analysis-api/testData/components/symbolDeclarationRenderer/renderDeclaration/vararg.descriptors.rendered
T
2021-11-22 22:46:55 +01:00

4 lines
261 B
Plaintext
Vendored

@Target(allowedTargets = [kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS, kotlin.annotation.AnnotationTarget.VALUE_PARAMETER, kotlin.annotation.AnnotationTarget.TYPE]) annotation class base
fun foo1(vararg ints: Int)
fun foo2(@base vararg ints: @base Int)