History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-826
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Avishay Lavie
Reporter: Avishay Lavie
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Internal compiler error when using a generic method invocation as the target of a member reference expression

Created: 11/May/07 02:05 PM   Updated: 11/May/07 03:15 PM
Component/s: None
Affects Version/s: 0.7.7
Fix Version/s: 0.7.8

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide
import System.Collections.Generic

items = List of int((1,2,3))
count = items.ConvertAll[of string]({i as int  | i.ToString("00")}).Count

gives:
BCE0055: Internal compiler error: Unable to cast object of type 'Boo.Lang.Compiler.Ast.GenericReferenceExpression' to type 'Boo.Lang.Compiler.Ast.MemberReferenceExpression'.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Avishay Lavie - 11/May/07 03:15 PM
Fixed on trunk.