-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: specification
-
Verified
The variable name "_" should not be allowed as a lambda parameter. However, it should be legal as any other variable's name (the compiler produces a warning in all non-lambda cases, in anticipation of reclaiming the name as a keyword sometime in the future).