ahdezma
val errors = torrent.error?.let { listOf(it) }
ilya.gorbunov
torrent.error?.let(::listOf)
A modern programming language that makes developers happier.