What does “Forward reference extends over definition of value” mean in Scala?

前端 未结 7 2181
一个人的身影
一个人的身影 2020-12-10 00:20

I keep getting

Forward reference extends over definition of value a

error while trying to compile my application (inside SBT).

相关标签:
7条回答
  • 2020-12-10 01:15

    If it is referenced somewhere and scalac is confused with the sequence, making it lazy could do the trick

    I guess it might be to late for an answer, and since I cannot see what you are actually trying to do I am not sure if that solves it though.

    0 讨论(0)
提交回复
热议问题