mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-25 00:21:28 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
package test
|
|
|
|
public final annotation class SimpleAnnotation : kotlin.Annotation {
|
|
public constructor SimpleAnnotation()
|
|
}
|