7 lines
100 B
Plaintext
Vendored
7 lines
100 B
Plaintext
Vendored
fun foo(bar: Int) {
|
|
for (bar in 1..10) {
|
|
if (1 <= bar && bar <= 10) {
|
|
|
|
}
|
|
}
|
|
} |