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,6 +0,0 @@
|
||||
// "Replace sure() calls by !! in project" "false"
|
||||
// ERROR: Unresolved reference: sure
|
||||
|
||||
fun test() {
|
||||
sure()
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace sure() calls by !! in project" "false"
|
||||
// "class org.jetbrains.jet.plugin.quickfix.MigrateSureInProjectFix" "false"
|
||||
// ERROR: Unresolved reference: sure
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user