[FIR] Set publishedApiEffectiveVisibility on deserialized declarations
#KT-58641 Fixed
This commit is contained in:
committed by
Space Team
parent
2581139b82
commit
ee91ee9403
+6
@@ -88,6 +88,12 @@ object FirDiagnosticsDirectives : SimpleDirectivesContainer() {
|
||||
See AbstractLoadedMetadataDumpHandler
|
||||
"""
|
||||
)
|
||||
|
||||
val RENDER_FIR_DECLARATION_ATTRIBUTES by directive(
|
||||
description = """
|
||||
Prints declaration attributes to dumps in load compiled kotlin tests
|
||||
"""
|
||||
)
|
||||
}
|
||||
|
||||
fun TestConfigurationBuilder.configureFirParser(parser: FirParser) {
|
||||
|
||||
Reference in New Issue
Block a user