Do not produce error classes for not found annotations
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package c
|
||||
|
||||
import b.B
|
||||
|
||||
// There should be _no_ error despite the fact that B and B#foo are annotated with an annotation which cannot be resolved
|
||||
fun bar(b: B) {
|
||||
b.foo("")
|
||||
}
|
||||
Reference in New Issue
Block a user