MCPcopy
hub / github.com/VSCodeVim/Vim / CannotUseModuloWithFloat

Method CannotUseModuloWithFloat

src/error.ts:391–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389 return new VimError(ErrorCode.NoPreviouslyUsedRegister, 'No previously used register');
390 }
391 static CannotUseModuloWithFloat(): VimError {
392 return new VimError(ErrorCode.CannotUseModuloWithFloat, "Cannot use '%' with Float");
393 }
394 static UsingAFloatAsANumber(): VimError {
395 return new VimError(ErrorCode.UsingAFloatAsANumber, 'Using a Float as a Number');
396 }

Callers 2

expression.test.tsFile · 0.80
evaluateBinaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected