Amend test data after adding Convert assignment to assignment expression intention
Relates to #KT-22420
This commit is contained in:
+1
@@ -2,6 +2,7 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
||||
// ERROR: Unresolved reference: foo()["str"]
|
||||
// ERROR: No set method providing array access
|
||||
// ACTION: Convert assignment to assignment expression
|
||||
// ACTION: Create extension function 'Some.set'
|
||||
// ACTION: Create member function 'Some.set'
|
||||
// ACTION: Replace overloaded operator with function call
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.ImportMemberFix" "false"
|
||||
// ERROR: Unresolved reference: foobar
|
||||
// ACTION: Create local variable 'foobar'
|
||||
// ACTION: Convert assignment to assignment expression
|
||||
// ACTION: Create property 'foobar'
|
||||
// ACTION: Rename reference
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
// ACTION: Create local variable 'foobar'
|
||||
// ACTION: Create property 'foobar'
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Convert assignment to assignment expression
|
||||
|
||||
|
||||
//KT-9009
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// "Create property 'foo'" "false"
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Convert assignment to assignment expression
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user