7f88de1dba
White spaces in member lists are preserved
11 lines
144 B
Kotlin
11 lines
144 B
Kotlin
class S() {
|
|
fun sB(): Boolean {
|
|
return true
|
|
}
|
|
|
|
class object {
|
|
fun sI(): Int {
|
|
return 1
|
|
}
|
|
}
|
|
} |