FIR IDE: implement KotlinExpressionTypeProvider for FIR

This commit is contained in:
Ilya Kirillov
2020-08-26 18:40:59 +03:00
parent fcc7db5224
commit 3cd445563e
6 changed files with 87 additions and 46 deletions
+2 -1
View File
@@ -614,7 +614,8 @@
implementationClass="org.jetbrains.kotlin.idea.refactoring.pushDown.JavaToKotlinPushDownDelegate"/>
<codeInsight.typeInfo language="kotlin" implementationClass="org.jetbrains.kotlin.idea.codeInsight.KotlinExpressionTypeProvider"/>
<codeInsight.typeInfo language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.KotlinExpressionTypeProviderDescriptorsImpl"/>
<testCreator language="kotlin" implementationClass="org.jetbrains.kotlin.idea.testIntegration.KotlinTestCreator"/>
<testFinder implementation="org.jetbrains.kotlin.idea.testIntegration.KotlinTestFinder"/>