What is the correct syntax for specifying mulitple exceptions in a JUnit test written in Kotlin?
I\'ve tried the following but they do not compile:
@Te