Details
Description
The following code:
namespace test
class a:
pass
class a:
pass
Cause this error:
BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Duplicate type name within an assembly.'.
No information is given about the location of the error or which types are duplicate.
Add type information, and file name and location.
Issue Links
| This issue relates to: | ||||
| BOO-224 | allow for partial classes |
|
|
|
If we decide to go with the 'open classes' approach, this code will be legal.