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
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.moduleinternalFSharp.Compiler.InfostypeMethInfo=| FSMeth oftcGlobals:TcGlobals/// Get the information about provided static parameters, if any// #if NO_EXTENSIONTYPINGmemberProvidedStaticParameterInfo:obj option// #else// member ProvidedStaticParameterInfo: (Tainted<ProvidedMethodBase> * Tainted<ProvidedParameterInfo> []) option// #endif
Result
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.moduleinternalFSharp.Compiler.InfostypeMethInfo=| FSMeth oftcGlobals:TcGlobals/// Get the information about provided static parameters, if anymemberProvidedStaticParameterInfo:obj option// #else// member ProvidedStaticParameterInfo: (Tainted<ProvidedMethodBase> * Tainted<ProvidedParameterInfo> []) option// #endif
Problem description
Original problem:
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.moduleinternalFSharp.Compiler.InfostypeMethInfo=| FSMeth oftcGlobals:TcGlobals/// Get the information about provided static parameters, if any#if NO_EXTENSIONTYPING
memberProvidedStaticParameterInfo:obj option
#elsememberProvidedStaticParameterInfo:(Tainted<ProvidedMethodBase>* Tainted<ProvidedParameterInfo>[]) option
#endif
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.
Options
Fantomas master branch at 2022-03-11T12:09:54Z - b2d96b2
Default Fantomas configuration
Signature file
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
Issue created from fantomas-online
Code
Result
Problem description
Original problem:
Extra information
Options
Fantomas master branch at 2022-03-11T12:09:54Z - b2d96b2
Default Fantomas configuration
Signature file
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: