willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Misreporting of invalid return type #103

Closed joetesta closed 6 years ago

joetesta commented 6 years ago
function whatever() as somethingBad
    return 1
end function

reported as error Parsing error: mismatched input 'function' expecting <EOF>

nishtahir commented 6 years ago

Fixed as of #107