mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
namespace test
|
|
|
|
final annotation class test.SimpleAnnotation : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.SimpleAnnotation
|
|
}
|