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: 2026-06-17 00:21
  • by 127.0.0.1