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