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 65eb347 commit 662e756Copy full SHA for 662e756
tests/service/ExprTests.fs
@@ -67,7 +67,7 @@ module Utils =
67
| BasicPatterns.UnionCaseTest(obj,ty,f1) -> printExpr 10 obj + ".Is" + f1.Name
68
| BasicPatterns.UnionCaseTag(obj,ty) -> printExpr 10 obj + ".Tag"
69
| BasicPatterns.ObjectExpr(ty,basecall,overrides,iimpls) -> "{ " + printExpr 10 basecall + " with " + printOverrides overrides + " " + printIimpls iimpls + " }"
70
- | BasicPatterns.TraitCall(tys,nm,argtys,tinst,args) -> "trait call " + nm + printTupledArgs args
+ | BasicPatterns.TraitCall(tys,nm,_,argtys,tinst,args) -> "trait call " + nm + printTupledArgs args
71
| BasicPatterns.Const(obj,ty) ->
72
match obj with
73
| :? string as s -> "\"" + s + "\""
0 commit comments