Amend test data after adding Convert assignment to assignment expression intention

Relates to #KT-22420
This commit is contained in:
Vladimir Dolzhenko
2020-09-03 21:38:06 +02:00
parent 8a7f33f044
commit eb3bde1538
4 changed files with 4 additions and 0 deletions
@@ -4,6 +4,7 @@
// ACTION: Create local variable 'foobar'
// ACTION: Create property 'foobar'
// ACTION: Rename reference
// ACTION: Convert assignment to assignment expression
//KT-9009