Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/targets/local.txt
T

6 lines
270 B
Plaintext
Vendored

package test
kotlin.annotation.target(allowedTargets = {AnnotationTarget.LOCAL_VARIABLE}) kotlin.annotation.annotation() java.lang.annotation.Target(value = {ElementType.LOCAL_VARIABLE}) internal final class local : kotlin.Annotation {
public constructor local()
}