Related to #1102
The following code snippet shows that different error messages are shown depending on how to express the value. The first one shows a simple error message; the second one shows suggestions on valid types.
let data = System.Collections.Generic.Lst()
let dataTwo : System.Collections.Generic.Lst = ResizeArray()
CC: @forki