-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Labels
Description
Note that no Parenthesis matching has occured
To reproduce:
- Using dev 15 preview 5 + the new F# vsix for roslyn editor
- make a new project and add this code
[<EntryPoint>]
let main argv =
let arg1 = ""
let arg2 = ""
let arg3 = ""
(printfn "%A '%A' '%A'" (arg1) (arg2) (arg3))
0 // return an integer exit code
place the caret behind the last parenthesis and not no matching occurs.
Kevin
