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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Add comment