7ac599520e
Add ImportMemberIntention intention as a test. In this commit all failed test were disabled, necessary fixes will be added in the following commits
14 lines
532 B
XML
14 lines
532 B
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
|
|
<projectService serviceInterface="org.jetbrains.kotlin.caches.resolve.KotlinCacheService"
|
|
serviceImplementation="org.jetbrains.kotlin.idea.fir.fe10.KtSymbolBasedKotlinCacheServiceImpl"/>
|
|
|
|
<!-- Supported Intentions -->
|
|
<intentionAction>
|
|
<className>org.jetbrains.kotlin.idea.intentions.conventionNameCalls.ReplaceContainsIntention</className>
|
|
<category>Kotlin</category>
|
|
</intentionAction>
|
|
|
|
</extensions>
|
|
</idea-plugin> |