7 lines
53 B
Kotlin
Vendored
7 lines
53 B
Kotlin
Vendored
fun test(): Int {
|
|
for () {
|
|
|
|
}
|
|
|
|
return 1
|
|
} |