Closed masonwheeler closed 6 years ago
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.
Expected: This should work Observed: Cannot convert '(string)' to 'System.Collections.Generic.IList[of string]'. (BCE0022)