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

10 lines
264 B
Plaintext

namespace test
open class test.HasAnnotatedMethod : jet.Any {
final /*constructor*/ fun <init>(): test.HasAnnotatedMethod
open test.Aaa() fun f(): jet.Tuple0
}
final annotation class test.Aaa : jet.Any {
final /*constructor*/ fun <init>(): test.Aaa
}