Quickfix and intention tests refactoring: refer to intention action by class when checking that it's not available (instead of listing all available actions)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// "class org.jetbrains.jet.plugin.intentions.SpecifyTypeExplicitlyAction" "false"
|
||||
|
||||
val x = "<caret>"
|
||||
@@ -1,2 +1,3 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// "class org.jetbrains.jet.plugin.intentions.SpecifyTypeExplicitlyAction" "false"
|
||||
|
||||
val <caret>x = BadType()
|
||||
@@ -1,2 +1,3 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// "class org.jetbrains.jet.plugin.intentions.SpecifyTypeExplicitlyAction" "false"
|
||||
|
||||
val x = "<caret>"
|
||||
@@ -1,2 +1,3 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// "class org.jetbrains.jet.plugin.intentions.SpecifyTypeExplicitlyAction" "false"
|
||||
|
||||
val <caret>x = BadType()
|
||||
Reference in New Issue
Block a user