Split SpecifyTypeExplicitly intention into two + refactored them completely
This commit is contained in:
@@ -0,0 +1 @@
|
||||
org.jetbrains.kotlin.idea.intentions.RemoveExplicitTypeIntention
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyAction
|
||||
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyIntention
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
// IS_APPLICABLE: false
|
||||
val x<caret> : String = ""
|
||||
@@ -1 +0,0 @@
|
||||
val x = ""
|
||||
Reference in New Issue
Block a user