ajterr:10059

This type already contains a property with the name "{0}" (AJTERR10059)

Product(s) Karo.Net Compiler

A property in a type was declared, although one with the same name already exists.

test: string := "";
test: string := "";/*
^^^^ A property with this name was already defined */

testFunction ||: void { }
testFunction ||: void { }/*
^^^^^^^^^^^^ A property with this name was already defined */

Use distinct names for every property.

  • ajterr/10059.txt
  • Last modified: 2025-09-28 16:12
  • by admin