11

Error on line 144

...but this file ends at 52

.......

:/

Comments
  • 1
    Classic Visual studio?
  • 0
    @Aymen experienced this on unity :)
  • 0
    Expirienced it in Android Studio too... Such a unique Feeling when its the First Time ...
  • 0
    @ThatDude yeah dude haha, but really confusing at first time :D
  • 1
    @coderalone
    If you are using external library, forget line 144 and error lies within your 52 lines.

    However if you r using internal libs (made by you), do this to go to 144

    Start from the first line. Peek into each imported library. Keep a sum of total lines on file.
    Here you have it.
    144 | if ( 1/0 == 0) {
Add Comment