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