itowlson / fsharp-vs-commands

Commands for working with F# in Visual Studio
5 stars 2 forks source link

Formatting one-line methods causes an exception #5

Closed vasily-kirichenko closed 11 years ago

vasily-kirichenko commented 11 years ago
module M

type T () = 
    let items = []
    member x.Reorder () = items |> List.iter ignore

Select the method, then execute 'format selection' command: image

vasily-kirichenko commented 11 years ago

Fixed in Fantomas 0.9.6