11 lines
155 B
Kotlin
Vendored
11 lines
155 B
Kotlin
Vendored
internal class S {
|
|
fun sB(): Boolean {
|
|
return true
|
|
}
|
|
|
|
companion object {
|
|
fun sI(): Int {
|
|
return 1
|
|
}
|
|
}
|
|
} |