https://github.com/shader-slang/slang
Raw File
Tip revision: 68d9d87f9385a8c7c29443dcfcbf70434dc889bd authored by jsmall-nvidia on 13 June 2022, 18:00:48 UTC
Liveness fixes and improvements (#2270)
Tip revision: 68d9d87
call-instance-from-static.slang.expected
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 = {
}
back to top