what’s the right way to solve: ``` [error] Found n...
# general
h
what’s the right way to solve:
Copy code
[error] Found names used at the top level but no class, trait or object is defined in the compilation unit.
[error] The incremental compiler cannot record used names in such case.
[error] Some errors like unused import referring to a non-existent class might not be reported.
i moved things out of
package.scala
but it’s still happening