4850fd10f0
Introduced '@' after each annotation
6 lines
213 B
Plaintext
Vendored
6 lines
213 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.VALUE_PARAMETER}) @kotlin.annotation.annotation() public final class parameter : kotlin.Annotation {
|
|
public constructor parameter()
|
|
}
|