[nem-bug] [Nemerle 0001041]: abstract methods -> assertion failed
feedback at nemerle.org
feedback at nemerle.org
Mon Aug 20 09:25:08 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1041>
======================================================================
Reported By: BOleg
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 1041
Category: Visual Studio Plugin
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 08-20-2007 09:25 CEST
Last Modified: 08-20-2007 09:25 CEST
======================================================================
Summary: abstract methods -> assertion failed
Description:
Test code (assertfile.n):
using System;
abstract class TestBase
{
#pragma warning disable 10003
public abstract /*<- bad word :)*/ Method(_Value : String) : void
{
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-20-07 09:25 BOleg New Issue
08-20-07 09:25 BOleg File Added: AssertionFailed.JPG
======================================================================
More information about the bugs
mailing list