reading annotations from bytecode
(without fields yet)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user