17c128adf2
This element has been introduced to simplify resolution logic in LL FIR, but now this element is redundant and only complicates the code as after KT-56683 `FirFile` has real phases ^KT-65876 Fixed
7 lines
133 B
Kotlin
Vendored
7 lines
133 B
Kotlin
Vendored
@file:[Deprecated("") Anno("anno")]
|
|
package one
|
|
|
|
@Target(AnnotationTarget.FILE)
|
|
annotation class Anno(val s: String)
|
|
|
|
// RESOLVE_FILE |