Skip to content

Access modifier is lost in extern declaration #1213

@auduchinok

Description

@auduchinok

Issue created from fantomas-online

Code

[<DllImport("kernel32.dll")>]
extern UIntPtr private GetProcessHeap()

Result

[<DllImport("kernel32.dll")>]
extern UIntPtr GetProcessHeap()

The code is taken from Lib.fs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions