Table of Contents

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

Product(s) Karo.NET Compiler

Description

A generic type argument must be a type.

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

How can I resolve this error?

Specify a type.