[nem-bug] [Nemerle 0000798]: unexpected token after expression in
sequence
feedback at nemerle.org
feedback at nemerle.org
Fri Dec 1 13:23:34 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=798>
======================================================================
Reported By: Luntain
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 798
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 12-01-2006 13:23 CET
Last Modified: 12-01-2006 13:23 CET
======================================================================
Summary: unexpected token after expression in sequence
Description:
There is a bug that prevents from writing test or setup immediately after a
using directive for NemerleUnit. The following will not compile.
using NemerleUnit
test "empty"
()
A workaround is to put another using directive in between. The following
would compile.
using NemerleUnit
using System
test "empty"
()
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-01-06 13:23 Luntain New Issue
======================================================================
More information about the bugs
mailing list