Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline keyword is missing #90

Closed
1 of 2 tasks
nojaf opened this issue Jun 15, 2023 · 0 comments · Fixed by #92
Closed
1 of 2 tasks

Inline keyword is missing #90

nojaf opened this issue Jun 15, 2023 · 0 comments · Fixed by #92

Comments

@nojaf
Copy link
Owner

nojaf commented Jun 15, 2023

Issue created from telplin-online

Implementation

module Meh

type Foo =
    member inline this.Item
        with get (i:int,j: char) : string = ""
        and set (i:int,j: char) (x:string) = printfn "%i %c" i j

Signature

module Meh

[<Class>]
type Foo =
    member Item: i: int * j: char -> string with get
    member Item: i: int * j: char -> string with set

Problem description

The inline keyword is missing for a get/set member with an index.

Extra information

  • The proposed signature has problems.
  • I or my company would be willing to help fix this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant