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.
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.