error!!! module test { interface top { const string name= "top"; }; interface abc:top { const string name="abc"; }; };
*** This bug has been marked as a duplicate of 517 ***