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