blob: a73f31236d14c97a8e6de6e8ec03ca21ac6f4de8 (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/accessors.slang(11): error 31101: accessors other than 'set' must not have parameters
tests/diagnostics/accessors.slang(13): error 31102: a 'set' accessor may not have more than one parameter
tests/diagnostics/accessors.slang(18): error 31102: 'set' parameter 'c' has type 'int' which does not match the expected type 'float'
}
standard output = {
}
|