<@U0BDMQTHS>: I would insert a `use` in your snipp...
# announcements
c
@mikehearn: I would insert a
use
in your snippet above:
File(“x”).bufferedReader().use { it.forEachLine() {} }
. Not 100% sure the consequences of not closing, though, maybe it’s fine.