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: 2025-08-10 13:48
  • by admin