so, if you write ``` val path1 = ... val p...
# announcements
e
so, if you write
Copy code
val path1 = ...
    val path2 = ...

    (path1 + path2).forEach { println(it) }
You can make arguments either way whether path1 and path2 should be treated as objects or collections. I don't see any clear win in logic here. 😞