fun main(args: Array) { val writer = File("hello-world.txt").bufferedReader() writer.use { writer -> // do stuff with writer } }