Files
Ink-Shader-Language/test/semant/functions_with_same_name.golden
2024-06-09 21:34:23 +02:00

244 B

test/functions_with_same_name.shd:2,0: error: Redeclaration of 'foo'
foo :: () {
^^^
 
test/functions_with_same_name.shd:1,0: info: Here is the first declaration of 'foo'
foo :: () {
^^^