ajterr:10033

This is an old revision of the document!


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