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