We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb903a commit d76cf30Copy full SHA for d76cf30
tests/fsharp/core/fsfromfsviacs/lib2.cs
@@ -67,7 +67,7 @@ public class ApiWrapper
67
{
68
public static Tuple<FSharpOption<T>, FSharpOption<int>> MethodWithOptionalParams<T>(T value1, int value2)
69
70
- return OptinalParameterTests.API.MethodWithOptionalParams<T>(value1 = value1, value2 = value2);
+ return OptionalParameterTests.API.MethodWithOptionalParams<T>(value1 = value1, value2 = value2);
71
}
72
73
0 commit comments