summaryrefslogtreecommitdiff
path: root/tests/diagnostics/generic-type-inference-fail.slang.expected
blob: 3f9753d68ef7bf5b78fdf86c5afd01937722ca66 (plain)
1
2
3
4
5
6
7
8
9
result code = -1
standard error = {
tests/diagnostics/generic-type-inference-fail.slang(66): error 39999: could not specialize generic for arguments of type (int)
    var obj3 = CreateT_Assoc_Inner(1); // ERROR.
                                  ^
tests/diagnostics/generic-type-inference-fail.slang(18): note 39999: see declaration of func CreateT_Assoc_Inner<T>(int) -> T.TAssoc
}
standard output = {
}