Open
Description
When I type the following bars
expression from scratch, at the moment I enter the |
for the match expression, it brings back the |]
closing bracket and makes it look like I didn't type |
.
let foos = [|1..100|]
let bars =
[|
for f in foos do
match f with
|
|]
The issue is in 17.2.0 preview 5.0
This works properly in 17.11.5.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status