mgusmano / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Explicitly implemented interfaces are not generate without any warning #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think it just enough to drop the explicit interface name and generate as 
before.

class MyClass : IMyIface
{
    void IMyIface.foo(){} // /*ISSUE: will not generate and no warning*/
}

Original issue reported on code.google.com by Madnik7@gmail.com on 23 Aug 2012 at 4:15