0
What does it mean reach end of file while parsing
3 Réponses
+ 3
There is a missing closing curly brace ('}') in class Account.
+ 2
When you parse a file you are reading it in some way so if you reach the end of the file you have read the contents of the file to its end.
0
you know why it's here happening ? https://code.sololearn.com/cpZ3UeyPXLDT/?ref=app