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,4 +1,4 @@
|
||||
// "Add '<*, *>'" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.AddStarProjectionsFix" "false"
|
||||
// ERROR: Type argument expected
|
||||
class C2<T>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Add '<*>'" "false"
|
||||
// "Add '<*, *>'" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.AddStarProjectionsFix" "false"
|
||||
class C
|
||||
|
||||
fun test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Add '<*, *>'" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.AddStarProjectionsFix" "false"
|
||||
// ERROR: Type argument expected
|
||||
class C2<T>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Add '<*>'" "false"
|
||||
// "Add '<*, *>'" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.AddStarProjectionsFix" "false"
|
||||
class C
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user