Skip to content

Instantly share code, notes, and snippets.

@matsu-chara
Last active March 2, 2017 05:10
Show Gist options
  • Save matsu-chara/201d4ced10314e7aebe86aea3d165518 to your computer and use it in GitHub Desktop.
Save matsu-chara/201d4ced10314e7aebe86aea3d165518 to your computer and use it in GitHub Desktop.
scala comment compile error
// \r\n a ==> ok
// \u000D\u000A b ==> compile error
~/sand $ scala a.scala
/Users/matsu_chara/sand/a.scala:2: error: not found: value b
// \u000D\u000A b ==> compile error
^
/Users/matsu_chara/sand/a.scala:2: error: not found: value compile
// \u000D\u000A b ==> compile error
^
two errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment