ajterr:10029

This is an old revision of the document!


Type parameter with the same name was already specified (AJTERR10029)

Product(s) Karo.NET Compiler

Every type parameter in class or a function definition must have an unique name.

<code> example::test<T, T2, T> { } // ^ ^ Two times the same name specified

Make every type name unique.

  • ajterr/10029.1744378603.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)