Write/read module annotation FQ names to/from metadata on JVM
#KT-22759 In Progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.foo
|
||||
|
||||
@Experimental
|
||||
annotation class A
|
||||
|
||||
class B {
|
||||
@Experimental
|
||||
annotation class C
|
||||
}
|
||||
|
||||
@Experimental(Experimental.Level.ERROR, [Experimental.Impact.COMPILATION])
|
||||
annotation class D
|
||||
@@ -0,0 +1,2 @@
|
||||
@org/foo/A
|
||||
@org/foo/B.C
|
||||
Reference in New Issue
Block a user