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,3 +1,3 @@
|
||||
// "Make E open" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.AddOpenModifierToClassDeclarationFix" "false"
|
||||
enum class E {}
|
||||
class A<T : E<caret>> {}
|
||||
|
||||
Reference in New Issue
Block a user