
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 17/Feb/06 02:23 PM
Updated: 03/Jun/06 10:43 AM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
0.7.5
|
| Fix Version/s: |
0.7.7
|
|
When compiling the attached code, assignment to a property with indexes on duck type produces compilation error:
BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Could not load type 'MyClass' from assembly 'inner-types, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.'.
|
|
Description
|
When compiling the attached code, assignment to a property with indexes on duck type produces compilation error:
BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Could not load type 'MyClass' from assembly 'inner-types, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.'. |
Show » |
|
indexed-values.boo(30,31): BCE0015: Node 'xlSheet.Range['A3:B4'].Value[xlRangeValueXMLSpreadsheet]' has not been correctly processed.