[nem-bug] [Nemerle 0000736]: ObsoleteAttribute support
feedback at nemerle.org
feedback at nemerle.org
Sun Aug 13 01:16:07 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=736>
======================================================================
Reported By: IT
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 736
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 08-13-2006 01:16 CEST
Last Modified: 08-13-2006 01:16 CEST
======================================================================
Summary: ObsoleteAttribute support
Description:
using System;
public module Program
{
[Obsolete]
Foo() : void
{
}
Main() : void
{
Foo();
}
}
This code should cause a message that the Foo method is obsolete.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-13-06 01:16 IT New Issue
======================================================================
More information about the bugs
mailing list