We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0635 commit 70c5d8bCopy full SHA for 70c5d8b
idea/src/org/jetbrains/kotlin/idea/testIntegration/KotlinCreateTestIntention.kt
@@ -83,6 +83,8 @@ class KotlinCreateTestIntention : SelfTargetingRangeIntention<KtNamedDeclaration
83
return null
84
}
85
86
+ override fun startInWriteAction() = false
87
+
88
override fun applyTo(element: KtNamedDeclaration, editor: Editor?) {
89
if (editor == null) throw IllegalArgumentException("This intention requires an editor")
90
val lightClass = when (element) {
0 commit comments