Changes on code review

This commit is contained in:
Valentin Kipyatkov
2015-08-19 17:23:12 +03:00
parent 4876668716
commit 4bf20d747a
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// OPTIONS: skipWrite
fun foo() {
var <caret>v = 1
(@X v) = 2
(X@ v) = 2
print(v)
++ @X v
v--