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