Java to Kotlin converter: keep more than one blank line from original code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user