Open CodeDmitry opened 8 years ago
the following causes the rest of the code to be lit as comment:
var comment_start = /*; console.log(comment_start); console.log("This is not a comment but this line is lit green anyway");
/*
the following causes the rest of the code to be lit as comment:
var comment_start =
/*
; console.log(comment_start); console.log("This is not a comment but this line is lit green anyway");