C allows nested assignments with conditional expressions. This complicates analyzing nested assignments in expressions (issue #206). See the comment in issue #206 for details. For now, we will disallow nested assignments to variables/member with bounds or used in bounds in conditional expressions.
C allows nested assignments with conditional expressions. This complicates analyzing nested assignments in expressions (issue #206). See the comment in issue #206 for details. For now, we will disallow nested assignments to variables/member with bounds or used in bounds in conditional expressions.