[FIR] get rid of FirFileAnnotationsContainer
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
This commit is contained in:
committed by
Space Team
parent
24c91bbf56
commit
17c128adf2
@@ -4,4 +4,4 @@ package one
|
||||
@Target(AnnotationTarget.FILE)
|
||||
annotation class Anno(val s: String)
|
||||
|
||||
// RESOLVE_FILE_ANNOTATIONS
|
||||
// RESOLVE_FILE
|
||||
Reference in New Issue
Block a user