Skip to content

Let binding broken #1

Description

@davidpodhola

May be related to the latest FSharp.Compiler.Service 3.0.0 release.
An example of what is no longer working


let result =
    let i, j, k = (1, 2, 3)
    // Body expression: 
    i + 2*j + 3*k

fs2cs let broken

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions