6 lines
274 B
Plaintext
Vendored
6 lines
274 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.annotation.target(allowedTargets = {AnnotationTarget.VALUE_PARAMETER}) kotlin.annotation.annotation() java.lang.annotation.Target(value = {ElementType.PARAMETER}) internal final class parameter : kotlin.Annotation {
|
|
public constructor parameter()
|
|
}
|