// WITH_RUNTIME // DISABLE-ERRORS // IS_APPLICABLE: false class FooException : Exception() @Throws(exceptionClasses = FooException::class) fun test() { throw FooException() }