Fix broken quick-fix tests (related to KT-17322)

This commit is contained in:
Mikhail Glukhikh
2017-09-08 15:34:49 +03:00
parent bdad58cec6
commit 13775f8637
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
// "Safe delete 'usedVar'" "false"
// ACTION: Add getter
// ACTION: Add getter and setter
// ACTION: Add setter
// ACTION: Specify type explicitly
import usedVar as used
+1
View File
@@ -1,4 +1,5 @@
// "Specify type explicitly" "false"
// ACTION: Add getter
// ACTION: Convert property to function
// ACTION: Introduce backing property
// ACTION: Move to companion object