Converter tests:
Add tests for preserving white spaces between class members
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
open class F() {
|
||||
class object {
|
||||
|
||||
//c1
|
||||
|
||||
/*c2*/
|
||||
|
||||
open fun f1() {
|
||||
}
|
||||
|
||||
|
||||
//c3
|
||||
|
||||
|
||||
|
||||
|
||||
//c4
|
||||
|
||||
open fun f2() {
|
||||
}
|
||||
var i: Int? = 0
|
||||
|
||||
open fun f3() {
|
||||
}
|
||||
|
||||
//c5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user