educative.io

Main.java:265: error: cannot find symbol output += "\"hidden\": " + (result.hidden ? "true" : "false") + ",";

Same error as in some other problems:

main.java:265: error: cannot find symbol
output += "“hidden”: " + (result.hidden ? “true” : “false”) + “,”;
^
symbol: variable hidden
location: variable result of type TestResult
1 error


Type your question above this line.

Course: https://www.educative.io/collection/5642554087309312/5679846214598656
Lesson: https://www.educative.io/collection/page/5642554087309312/5679846214598656/50003

Hi Peter,

This issue had already been identified in internal auditing and the fix will go live towards the end of April.

Thank you so much for your kind patience.