I have a JS file where no matter what is put on the first line (comment or code), PHPStorm lists a syntax error. When I hover over the error, the description says "Statement Expected". What it looks like:

Is this a bug with the IDE or something that can be disabled?
EDIT
Sample file here


var myApp. At second glance.. I don't think that's a space.. some other leading white-space character causing issues.