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