+ 1
How to fix error CS 1022
I NEED HELP ON FIXING THIS ERROR AND DONT KNOW HOW TO FIX IT. https://code.sololearn.com/c1O592q63qvl/?ref=app
1 Antwort
+ 3
The error message say 46:1
which means line 46
which is a }
If you manage the indentation,
which means the preceding space of the { and },
you should see that you have one extra }
remove the } and try again.