blob: 25f8fda851fe3f20314f92c838e0a470e664c2ae (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/call-instance-from-static.slang(14): error 30100: type 'Test' cannot be used to refer to non-static member 'instanceMethod'
instanceMethod();
^~~~~~~~~~~~~~
}
standard output = {
}
|