Details
-
Test
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
1.9.0-beta-4-SNAPSHOT
-
Patch
Description
AstBuilderFromSpecificationTest.testElvisOperatorExpression() fails because it generates AST of
name ?: 'Anonymous'
but it sets AST of the following as the expected result:
((boolean) name)?: 'Anonymous'