-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Referencing before declaration: def f1 = v1 ; val v1 = 0 #229
Comments
I flipped declaration order
to work around |
Probably, you can integrate a standard compiler instead of relying on your own for better quality and specification conformity. Is it possible? Which guidelines did you use to learn Eclipse worksheets/plugins? Do you have a guideline for getting involved developers? I am more interested to know how to program worksheets in principle. |
We use the standard compiler |
Scala Worksheet 0.4.0.v-2_11-201509281548-ab29b9c refuses to run
despite I see that it is compilable in http://scastie.org/12942
Originally, I have discovered it a bit longer form, http://scastie.org/12932
The text was updated successfully, but these errors were encountered: