J2K: generate accessor bodies in expression form if possible

This commit is contained in:
Valentin Kipyatkov
2015-09-23 15:11:22 +03:00
parent ee5a853faa
commit c05232bbb7
16 changed files with 58 additions and 94 deletions
@@ -0,0 +1,7 @@
// IS_APPLICABLE: false
var x = 0
fun <caret>foo() {
x += 1
}