この Scala Play コンパイル エラーの原因は何ですか?
Compilation error
HTTP Verb (GET, POST, ...), include (->) or comment (#) expected
In C:\time-enough-at-last\conf\routes at line 1.
1 # Routes
2 # This file defines all application routes (Higher priority routes first)
3 # ~~~~
4
5 # Home page
6 GET / controllers.Application.index
(上記の行番号は、実際にはファイルに含まれていないことに注意してください。)
期待されていることの 1 つはコメントです。あれ、コメントが来てるじゃないですか。
# Routes