mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 00:21:30 +00:00
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
package test
|
|
|
|
public final annotation class SimpleAnnotation : kotlin.Annotation {
|
|
public constructor SimpleAnnotation()
|
|
} |