jakesays-old / runsharp

Automatically exported from code.google.com/p/runsharp
MIT License
1 stars 0 forks source link

Empty $$ctor method always generated #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the generated code, there is always an empty $$ctor method which is useless.

    .method privatescope hidebysig instance void $$ctor() cil managed
    {
    }

Original issue reported on code.google.com by kenne...@gmail.com on 29 Oct 2009 at 2:46

GoogleCodeExporter commented 9 years ago
this doesn't really seem to be a big problem ;)

Original comment by StefanSi...@gmail.com on 22 Dec 2009 at 10:55