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