30c016fa2a
Add tests for preserving white spaces between class members
13 lines
99 B
Kotlin
13 lines
99 B
Kotlin
class F() {
|
|
|
|
fun f1() {
|
|
}
|
|
|
|
|
|
fun f2() {
|
|
}
|
|
var i: Int = 0
|
|
|
|
fun f3() {
|
|
}
|
|
} |