Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyJavaNestedAnnotation
/
source.kt
blob: 399fe7e8ab11e4ed2e72a77fc721003f41d3ae57 [
file
] [
log
] [
blame
]
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
(
""
)
}