Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
GNU General Public License v3.0
1.77k
stars
55
forks
source link
Duplicated symbol error reported on wrong line #161
Closed
iAndyHD3 closed 6 months ago
The following code:
Reports an error on line 5 instead of line 4
Foo.fu(5): ERROR: Duplicate symbol
According to my testing, this only occurs with public const fieldsHowever same issue with classes:
Reports an error on line 5 instead of line 4