Do not produce error classes for not found annotations
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package a
|
||||
|
||||
interface A {
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno(val value: String)
|
||||
}
|
||||
Reference in New Issue
Block a user