Inline Variable/Property: Move test data

This commit is contained in:
Alexey Sedunov
2016-07-15 13:11:20 +03:00
parent 8bdc88f763
commit 7773a1c4e0
171 changed files with 494 additions and 485 deletions
@@ -0,0 +1,6 @@
// ERROR: Cannot perform refactoring.\nCannot find a single definition to inline
fun foo() {
var x = 1
val t = <caret>x + 1
x = 2
}