We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I noticed the website looks completely different. It used to support gists as far as I remember (I had this one working: https://gist.github.com/oswaldo/0fe6bb55e56c3c918b4ab8780a512e93#file-speedreader-scala) With some control+space I could try updating it to a certain point: https://scalafiddle.io/sf/lXbBE4s/0 It outputs: ScalaFiddle.scala:11: error: You may not export a nested object object ScalaFiddle extends js.JSApp{ ^ Although I'm not exporting anything in my code. Any idea?
ScalaFiddle.scala:11: error: You may not export a nested object object ScalaFiddle extends js.JSApp{ ^
Regards, Oswaldo
The text was updated successfully, but these errors were encountered:
The error will make more sense if you click on "Scala ⚙" -> "Show template"
Sorry, something went wrong.
No branches or pull requests
Hello,
I noticed the website looks completely different.
It used to support gists as far as I remember (I had this one working: https://gist.github.com/oswaldo/0fe6bb55e56c3c918b4ab8780a512e93#file-speedreader-scala)
With some control+space I could try updating it to a certain point:
https://scalafiddle.io/sf/lXbBE4s/0
It outputs:
ScalaFiddle.scala:11: error: You may not export a nested object object ScalaFiddle extends js.JSApp{ ^
Although I'm not exporting anything in my code. Any idea?
Regards,
Oswaldo
The text was updated successfully, but these errors were encountered: