[IR] Provide new plugin API to access declaration via FqName in the safe way

This commit is contained in:
Roman Artemev
2020-04-29 19:26:11 +03:00
committed by romanart
parent 8335ce8665
commit 559b654a4f
3 changed files with 97 additions and 18 deletions
@@ -304,7 +304,8 @@ fun GeneratorContext.generateModuleFragmentWithPlugins(
languageVersionSettings,
symbolTable,
typeTranslator,
irBuiltIns
irBuiltIns,
linker = irLinker
)
)
}