6 lines
152 B
Plaintext
Vendored
6 lines
152 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.annotation.Target(allowedTargets = {}) public final annotation class empty : kotlin.Annotation {
|
|
public constructor empty()
|
|
}
|