Do not produce error classes for not found annotations
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package b
|
||||
|
||||
import a.A
|
||||
|
||||
@A.Anno("B")
|
||||
interface B {
|
||||
@A.Anno("foo")
|
||||
fun <@A.Anno("T") T> foo(t: T) = t
|
||||
}
|
||||
Reference in New Issue
Block a user