Files
kotlin/compiler/testData/readJavaBinaryClass/annotation/SimpleAnnotation.txt
Stepan Koltsov aacf63ff6f reading annotations from bytecode
(without fields yet)
2012-02-21 20:16:11 +04:00

6 lines
137 B
Plaintext

namespace test
final annotation class test.SimpleAnnotation : jet.Any {
final /*constructor*/ fun <init>(): test.SimpleAnnotation
}