-
Bug
-
Resolution: Fixed
-
P3
-
None
-
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).