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
When generating a signature file from a function with statically resolved type parameters, the generated code requires an additional space.
Repro steps
moduleMyApp.GoodStufflet inlinetoString<^revisionwhen^revision:(static member GetCommitHash:^revision->string)>(p:System.Threading.Tasks.Task<^revision>):string =""
When generating a signature file from a function with statically resolved type parameters, the generated code requires an additional space.
Repro steps
leads to
Expected behaviour
The generated signature should be considered equivalent to the backing source file.
Actual behaviour
The generated code isn't valid:
Known workarounds
Edit signature file by hand.
The text was updated successfully, but these errors were encountered: