Renamed intention

This commit is contained in:
Valentin Kipyatkov
2015-04-29 19:45:27 +03:00
parent c617d5256e
commit 05b6181d20
14 changed files with 11 additions and 11 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
fun foo() {
var x = 0
x <caret>+ 1
}