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