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
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Crash on internalABP::BoxManager::prepareData when entering Play Mode
- Crash at "UnityEngine.Object:FindObjectsOfType" when quitting the Player
- Creating material variant produces errors if there is no Materials folder
Add comment