0

I've added scala-arm to my Play project but got compile error:

enter image description here

Can't understand what is wrong. Import line was taken from docs.

4

1 回答 1

0

It seems that resource is defined as some kind of function in your code. If this is inside a REPL I would start over. If this is from source file, I would try adding the import at the top of the file.

于 2016-07-05T20:28:38.583 回答