DenGhostYY
DenGhostYY
**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...
**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...
**Describe the bug** There are problems with UDC starting with a '@' **To Reproduce** ``` #xtranslate @enum { [()] [,[()]] }; => ; exported:;; class var readonly; [;class var readonly];;...
**Describe the bug** I can't move a class with a method `:ToString()` from XBase++ to X# **To Reproduce .prg** ``` procedure Main() local o o := Example():new(5) ? o:ToString() return...