8 lines
87 B
Kotlin
8 lines
87 B
Kotlin
class T {
|
|
fun main() {
|
|
}
|
|
fun i(): Int {
|
|
}
|
|
fun s(): String {
|
|
}
|
|
} |