Rewrite tests for formatting during typing with auto generator

This commit is contained in:
Nikolay Krasko
2014-04-22 17:10:57 +04:00
parent 13dce4dd11
commit c42908eff7
30 changed files with 272 additions and 215 deletions
@@ -0,0 +1,6 @@
package a.b.c
var x = 2
fun fn() {
x = x + 1<caret>
}