ajterr:10018

This is an old revision of the document!


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.1740920846.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)