ajterr:10018

You cannot use pipe operator inside of parenthesis (AJTERR10018)

Product(s) Karo.Net Compiler

The pipe operator must not be used from inside parenthesis.

("world" -> test);
//       ^^ Pipe operator inside of parenthesis.

Get rid of the parenthesis or don't use pipes.

  • ajterr/10018.txt
  • Last modified: 2025-03-02 14:07
  • by admin