Can't convert array to generic IList
Closed this issue · 1 comments
masonwheeler commented
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)
masonwheeler commented
Fixed.