// "Add '@Throws' annotation" "true" class FooException : Exception() @Throws(FooException::class) fun test() { throw FooException() }