summaryrefslogtreecommitdiff
path: root/tests/diagnostics/generic-invalid-type-specialization.slang.expected
blob: b3c75c7603e729d8d23e9ac6645e447a49efbe0d (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/generic-invalid-type-specialization.slang(17): error 30060: expected a type, got a 'InfixExpr'
    Check<2 + 2> v;
            ^
}
standard output = {
}