Skip to content

Array and string length are converted into non compilable code #119

Description

@javiertuya

Methods like size(), get() and set() are transformed into their corresponding C# property accessors, which is great, but this is not the case of length:

  • String length: str.length() is converted into str.Length(), but should be converted into a property accesor str.Length
  • Array length: arr.length is converted into arr.length, but should be capitalized

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions