importSystem.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'.
Description
importSystem.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'.