FIR IDE: temporary disable AddFunctionReturnTypeIntention

This commit is contained in:
Ilya Kirillov
2020-08-17 11:35:39 +03:00
parent b79deafbc7
commit 5e5e19f482
+2 -2
View File
@@ -204,10 +204,10 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
fieldName="INSTANCE" fieldName="INSTANCE"
extensions="kotlin_module"/> extensions="kotlin_module"/>
<intentionAction> <!-- <intentionAction>
<className>org.jetbrains.kotlin.idea.fir.inspections.AddFunctionReturnTypeIntention</className> <className>org.jetbrains.kotlin.idea.fir.inspections.AddFunctionReturnTypeIntention</className>
<category>Kotlin</category> <category>Kotlin</category>
</intentionAction> </intentionAction>-->
</extensions> </extensions>
</idea-plugin> </idea-plugin>