ajterr:10033

Generic type argument "{0}" is not a type (AJTERR10033)

Product(s) Karo.NET Compiler

A generic type argument must be a type.

x: string := "";
y: array<x>;
//       ^ This is not a type.

Specify a type.

  • ajterr/10033.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1