What steps will reproduce the problem?
method main() {
val x = 0;
x = 1;
}
What is the expected output? What do you see instead?
Would expect an error message because according to the spec vals are
immutable. The program is accepted but the generated Java code is broken.
Original issue reported on code.google.com by manuelmohr@gmail.com on 1 Jun 2010 at 1:56
Original issue reported on code.google.com by
manuelmohr@gmail.com
on 1 Jun 2010 at 1:56