Files
2016-03-28 14:13:59 +03:00

9 lines
180 B
Kotlin
Vendored

package c
import test.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("")
}