Java to Kotlin converter: keep more than one blank line from original code

This commit is contained in:
Valentin Kipyatkov
2014-06-25 18:25:39 +04:00
parent 5a5e553367
commit b7bcb0d9e3
6 changed files with 7 additions and 1 deletions
@@ -3,6 +3,7 @@ class F {
fun f1() {
}
fun f2() {
}
var i: Int? = 0
@@ -7,6 +7,7 @@ class F {
fun f1() {
}
//c3
@@ -1,5 +1,6 @@
class F {
//c3
@@ -8,6 +8,7 @@ class F {
fun f1() {
}
//c3