Fix broken quick-fix tests (related to KT-17322)
This commit is contained in:
@@ -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,4 +1,5 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// ACTION: Add getter
|
||||
// ACTION: Convert property to function
|
||||
// ACTION: Introduce backing property
|
||||
// ACTION: Move to companion object
|
||||
|
||||
Reference in New Issue
Block a user