Code:
/* blah blah blah
blah */
alias test {
  echo -s got here
}

In an edit window, do /test, you'll get an 'Unknown command' error.

Ending a /* */ comment anywhere other than the first character of a line seems to not end the multi-line comment correctly. Causes anything after the comment to break.

I think this was there in v6.3 too.