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