Converter tests:
White spaces in member lists are preserved
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package demo
|
||||
|
||||
open class Test(i: Int?) {
|
||||
|
||||
open fun test() {
|
||||
var i: Int = 10
|
||||
Test(i)
|
||||
|
||||
Reference in New Issue
Block a user