Hi guys, every so often I get an error when compil...
# general
f
Hi guys, every so often I get an error when compiling some scala case classes - something about "value not found: copy", as if it doesn't know what a case class is. It's usually fixed by doing a
clean-all
but it comes back randomly. Any idea how I could go about determining what's wrong?