Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The line:
def (x, y) = l.split()
works fine. However, the line:
final (x, y) = l.split()
fails with a compile error. If def gives a rebindable variable and final gives an unrebindable variable in other places it should here as well.