Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.5.0f3
Issue ID
871725
Regression
Yes
error CS1525, while using ternary operator whitout spaces in a script
Reproduction steps:
1. Open attached project.
Expected: no errors
Actual: 2 errors:
Assets/TestError.cs(14,15): error CS1525: Unexpected symbol `0,4', expecting `.' or `['
Assets/TestError.cs(14,18): error CS1525: Unexpected symbol `:', expecting `.' or `['
Errors are not shown if line 14 is commented.
Not reproduced on: 5.4.5p2
Reproduced on: 5.5.0a6, 5.6.1p2, 2017.1.0b8, 2017.2.0a1
Fixed on: 5.6.2p1, 2017.1.0f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
Add comment