Just because you can, does not mean that you shoul...
# random
d
Just because you can, does not mean that you should
Copy code
object `┻━┻` : Exception()

class `╯°□°)╯` {
 companion object {
        infix fun `︵`(e: Exception) : Nothing {
            throw e
        }
    }
}
fun main(args: Array<String>) {
    `╯°□°)╯` `︵` `┻━┻`
}
😅 1
👍 5
😂 31
r
Change
┻━┻
to an object and you don't need the paraen
👍 2