Write/read module annotation FQ names to/from metadata on JVM

#KT-22759 In Progress
This commit is contained in:
Alexander Udalov
2018-01-18 13:57:41 +01:00
parent b4ac852392
commit ff33e0bad3
11 changed files with 1552 additions and 27 deletions
+12
View File
@@ -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