You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let inlineprivateisIdentifier t = t.CharClass = FSharpTokenCharKind.Identifier
let inlineprivateisOperator t = t.CharClass = FSharpTokenCharKind.Operator
let inlineprivateisKeyword t = t.ColorClass = FSharpTokenColorKind.Keyword
let inlineprivateisPunctuation t = t.ColorClass = FSharpTokenColorKind.Punctuation
Error
Fantomas was able to format the code but the result appears to be invalid F# code.
Please openan issue.
Formatted result:letprivateinline isIdentifier t =
t.CharClass = FSharpTokenCharKind.Identifier
letprivateinline isOperator t =
t.CharClass = FSharpTokenCharKind.Operator
letprivateinline isKeyword t =
t.ColorClass = FSharpTokenColorKind.Keyword
letprivateinline isPunctuation t =
t.ColorClass = FSharpTokenColorKind.Punctuation
Problem description
inline should be printed before the acces modifier.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Error
Problem description
inline should be printed before the acces modifier.
Extra information
Options
Fantomas Master at 11/12/2020 20:43:50 - 8f6de51
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: