Rename jet -> kotlin in idea: quickfixes
org.jetbrains.jet.plugin.quickfix -> org.jetbrains.kotlin.idea.quickfix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "class org.jetbrains.jet.plugin.quickfix.MoveWhenElseBranchFix" "false"
|
||||
// "class org.jetbrains.kotlin.idea.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
|
||||
@@ -13,4 +13,4 @@ fun foo() {
|
||||
else -> { /* second else branch */ }
|
||||
3 -> { /* some other code */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user