Renamed intention

This commit is contained in:
Valentin Kipyatkov
2015-04-29 19:39:38 +03:00
parent 435e9fed3f
commit 475a361b32
23 changed files with 18 additions and 18 deletions
@@ -0,0 +1,7 @@
// IS_APPLICABLE: false
fun foo() {
var x = 0
val y = 0
val z = 0
<caret>x = y + z
}