FIR IDE: introduce applicable computation & -based inspection

This commit is contained in:
Ilya Kirillov
2020-08-12 17:30:22 +03:00
parent c8ab0766c9
commit b5a4e4c409
7 changed files with 303 additions and 0 deletions
+6
View File
@@ -203,5 +203,11 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
implementationClass="org.jetbrains.kotlin.idea.KotlinModuleFileType"
fieldName="INSTANCE"
extensions="kotlin_module"/>
<intentionAction>
<className>org.jetbrains.kotlin.idea.fir.inspections.AddFunctionReturnTypeIntention</className>
<category>Kotlin</category>
</intentionAction>
</extensions>
</idea-plugin>