Files
Ink-Shader-Language/test/check/functions_with_same_name.golden

244 B

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