Files
kotlin-fork/analysis/low-level-api-fir/testData/contextCollector/fileImport.kt
T
Dmitrii Gridin 0c3a1dfd67 [LL FIR] ContextCollector: add tests for file package and imports
It reproduces redundant resolution

^KT-65344
^KT-65560
2024-02-13 14:58:31 +00:00

6 lines
78 B
Kotlin
Vendored

package foo
<expr>import foo.Anno</expr>
@Target(FILE)
annotation class Anno