summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/RenamingStar.stderr
blob: 4001811f1f40ccc902af0aaecd44f3065eac6777 (plain)
1
2
3
4
5

RenamingStar.hs:5:13: error:
    Operator applied to too few arguments: *
    With NoStarIsType, ‘*’ is treated as a regular type operator. 
    Did you mean to use ‘Type’ from Data.Kind instead?