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
this.
The following refuses to run in Worksheet 0.4.0.v-2_11-201509281548-ab29b9c
object crap { val v = 1 def a = Set(v) // this is fine def b = Set(this.v) // failure due to this DOT }
despite compiles nicely in http://scastie.org/13075
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following refuses to run in Worksheet 0.4.0.v-2_11-201509281548-ab29b9c
despite compiles nicely in http://scastie.org/13075
The text was updated successfully, but these errors were encountered: