AtomOS icon indicating copy to clipboard operation
AtomOS copied to clipboard

[Compiler]: virtual function Object.ToString() does not compile.

Open amaneureka opened this issue 8 years ago • 0 comments

Seems like object.ToString() does not work because it is not able to find out virtual function and goes in infinite loop.

Also Int.ToString works on .NET (windows) but does not work on Mono (Linux)

issue: #4

amaneureka avatar Apr 15 '16 11:04 amaneureka