boo-lang/boo

Can't convert array to generic IList

Closed this issue · 1 comments

	def Test() as IList[of string]:
		return ('a', 'b', 'c')

Expected:
This should work
Observed:
Cannot convert '(string)' to 'System.Collections.Generic.IList[of string]'. (BCE0022)

Fixed.