Skip to content

Commit

Permalink
Fix for API change (InlineHelper.InsertTempVariableForAssignedValue)
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Nov 23, 2020
1 parent 0b09a6b commit 5760cad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ type FSharpInlineHelper(driver) =
override x.GetQualifierExpression _ = raise (NotImplementedException())
override x.InsertReturnValueTempVariable(_, _, _, _) = raise (NotImplementedException())
override x.InsertTempForQualifier(_, _, _, _, _) = raise (NotImplementedException())
override x.InsertTempVariableForAssignedValue(_, _, _) = raise (NotImplementedException())
override x.InsertTempVariableForAssignedValue(_, _, _, _) = raise (NotImplementedException())
override x.InsertTempForArgument(_, _, _, _, _, _) = raise (NotImplementedException())
override x.RemoveCastFromElement _ = raise (NotImplementedException())
override x.GetArgumentOwner(_, _) = raise (NotImplementedException())
Expand Down

0 comments on commit 5760cad

Please sign in to comment.