Last active
March 2, 2017 05:10
-
-
Save matsu-chara/201d4ced10314e7aebe86aea3d165518 to your computer and use it in GitHub Desktop.
scala comment compile error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// \r\n a ==> ok | |
// \u000D\u000A b ==> compile error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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