class MyException : Exception() @Throws(MyException::class) fun test() { throw MyException() }