[IR] Rename IrAnnotationsFromPluginRegistrar to IrGeneratedDeclarationsRegistrar
In further commits, this service will be used not only for registering annotations, but newly generated IR declarations too
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ abstract class Fir2IrJsWasmResultsConverter(testServices: TestServices) : Abstra
|
||||
components.session, metadataVersion,
|
||||
ConstValueProviderImpl(components),
|
||||
allowErrorTypes = false, exportKDoc = false,
|
||||
components.annotationsFromPluginRegistrar.createMetadataAnnotationsProvider()
|
||||
components.annotationsFromPluginRegistrar.createAdditionalMetadataProvider()
|
||||
),
|
||||
languageVersionSettings,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user