| 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.