DenGhostYY

Results 4 issues of 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()...

bug
Compiler

**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()...

bug
Compiler

**Describe the bug** There are problems with UDC starting with a '@' **To Reproduce** ``` #xtranslate @enum { [()] [,[()]] }; => ; exported:;; class var readonly; [;class var readonly];;...

bug
Preprocessor

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

bug
Xbase++