зеркало из https://github.com/microsoft/Power-Fx.git
PAD Change test cases example (#2596)
This commit is contained in:
Родитель
6b0ca3fdca
Коммит
cd3900e105
|
@ -589,8 +589,8 @@ namespace Microsoft.PowerFx.Interpreter.Tests
|
|||
}
|
||||
|
||||
public override FormulaValue GetProperty(string value, FormulaType returnType)
|
||||
{
|
||||
return new ErrorValue(IRContext.NotInSource(returnType), new ExpressionError() { Kind = ErrorKind.InvalidArgument });
|
||||
{
|
||||
return FormulaValue.NewError(new ExpressionError() { Kind = ErrorKind.InvalidArgument }, returnType);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
|
Загрузка…
Ссылка в новой задаче