"Error 1 inconsistent access attributes specified for method: constructor
SomeClass.Option2..ctor(_N_u1748 : int) :
SomeClass.Option2 d:\Projects\nemerle_tests\nemerle_tests\Main.n 16 8
nemerle_tests"
error when try to compile the following code:
public variant SomeClass
{
| Option1
| Option2
{
internal this(_: int)
{
}
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-12-08 20:27 Lenin New Issue
======================================================================
"Error 1 inconsistent access attributes specified for method: constructor
SomeClass.Option2..ctor(_N_u1748 : int) :
SomeClass.Option2 d:\Projects\nemerle_tests\nemerle_tests\Main.n 16 8
nemerle_tests"
error when try to compile the following code:
public variant SomeClass
{
| Option1
| Option2
{
internal this(_: int)
{
}
}
}
======================================================================
----------------------------------------------------------------------
divan - 12-13-08 22:27
----------------------------------------------------------------------
Fixed on r8167.
Issue History
Date Modified Username Field Change
======================================================================
12-12-08 20:27 Lenin New Issue
12-13-08 01:31 divan Issue Monitored: divan
12-13-08 22:27 divan Note Added: 0002153
12-13-08 22:27 divan Assigned To => divan
12-13-08 22:27 divan Status new => resolved
12-13-08 22:27 divan Resolution open => fixed
12-13-08 22:27 divan Description Updated
12-13-08 22:27 divan Additional Information Updated
======================================================================