dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9263] cscc compiles functions with calls to abs


From: Klaus Treichel
Subject: [Pnet-developers] [bugs #9263] cscc compiles functions with calls to abstract basefunctions.
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #9263] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9263>
Project: DotGNU Portable.NET
Submitted by: Klaus Treichel
On: Wed 06/09/2004 at 08:37

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  cscc compiles functions with calls to abstract basefunctions.

Original Submission:  cscc does not complain about callin  abstract base 
functions.

example:

public abstract class A
{
    public abstract void foo();
}

public class B : A
{
    public override void foo()
    {
        base.foo();
    }
}















For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9263>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]