What does it mean reach end of file while parsing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does it mean reach end of file while parsing

28th Nov 2017, 1:46 PM
jack
jack - avatar
3 Answers
+ 3
There is a missing closing curly brace ('}') in class Account.
28th Nov 2017, 3:12 PM
Boris Batinkov
Boris Batinkov - avatar
+ 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.
28th Nov 2017, 2:07 PM
Richard Myatt
Richard Myatt - avatar
0
you know why it's here happening ? https://code.sololearn.com/cpZ3UeyPXLDT/?ref=app
28th Nov 2017, 3:06 PM
jack
jack - avatar