You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks! I'm working through the exercises and realised exercise 1 in the Variable Argument Lists atom seems to have no way to pass in IntelliJ IDEA. I need to capture the output of an error and print it to the console. However, the error to be captured is a compile-time error, not a runtime error, so the program can't even run to print its message. If I don't implement anything, then the tests fail. Am I missing something, or is there just no way to make this exercise pass?
Hi folks! I'm working through the exercises and realised exercise 1 in the Variable Argument Lists atom seems to have no way to pass in IntelliJ IDEA. I need to capture the output of an error and print it to the console. However, the error to be captured is a compile-time error, not a runtime error, so the program can't even run to print its message. If I don't implement anything, then the tests fail. Am I missing something, or is there just no way to make this exercise pass?
I tried all of these solutions and none worked:
Function declared outside main (wouldn't compile)
Function declared inside main (wouldn't compile)
Nothing implemented (tests failed)
Thanks for your time & help!
The text was updated successfully, but these errors were encountered: