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,14 +1,8 @@
|
||||
// "Move else branch to the end" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.MoveWhenElseBranchFix" "false"
|
||||
// ERROR: 'else' entry must be the last one in a when-expression
|
||||
// ERROR: 'else' entry must be the last one in a when-expression
|
||||
// WARNING: Unreachable code
|
||||
// WARNING: Unreachable code
|
||||
// ACTION: Disable 'Eliminate Argument of 'when''
|
||||
// ACTION: Disable 'Replace 'when' with 'if''
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Eliminate argument of 'when'
|
||||
// ACTION: Replace 'when' with 'if'
|
||||
package foo
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user