KT-13628 New line is not preserved when converting java to Kotlin
#KT-13628 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class C {
|
||||
void foo() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append(1)
|
||||
.append(2).append(3)
|
||||
.append(4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user