summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/invalid_ternary_operator.out
blob: ac82d691b7ea4d3c51d198d070f468e6c673bf87 (plain)
1
2
GDTEST_PARSER_ERROR
Unexpected "?" in source. If you want a ternary operator, use "truthy_value if true_condition else falsy_value".