Files
godot/modules
Rémi Verschelde d2b8560d7a Revert "GdScript: Use reduced constant expression result when doing binary operations. Fixes #50293"
This reverts commit 6207708607.

It broke a GDScript test (which didn't exist back when the PR was made,
so was missed prior to the merge).

It choked on:
```
prints("a", test_instance.a, test_instance.a == Named.VALUE_A)
```
With:
```
Invalid operands "VALUE_A (enum value)" and "int" for "==" operator.
```
2021-09-30 18:57:59 +02:00
..
2021-02-18 17:12:46 +01:00
2021-08-13 00:27:38 -05:00
2021-01-01 20:19:21 +01:00
2021-07-15 00:46:43 +02:00
2021-01-01 20:19:21 +01:00
2021-05-25 11:54:28 +01:00