// WITH_RUNTIME class FooException : Exception() class BarException : Exception() @Throws(exceptionClasses = [BarException::class]) fun test() { throw FooException() }