Don't use plain text generation

This commit is contained in:
Valentin Kipyatkov
2015-05-23 20:03:34 +03:00
parent 5df840d9e3
commit 17f0ac9ba7
11 changed files with 81 additions and 47 deletions
@@ -0,0 +1,3 @@
fun <caret>foo(): Int=bar()
fun bar() = 1
@@ -0,0 +1,5 @@
fun <caret>foo(): Int {
return bar()
}
fun bar() = 1