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