|
@@ -22,6 +22,9 @@ class Issue2736 extends Test {
|
|
|
t( a > 1.0 ); t( a >= 1.0 );
|
|
|
f( a < -1.0 ); f( a <= 1.0 );
|
|
|
|
|
|
+ // Shift behavior
|
|
|
+ eq( '${a >> 1}', "3397483648" );
|
|
|
+
|
|
|
/* These are currently broken but should be fixed in the future:
|
|
|
* Currently we don't allow UInt vs Int comparisons.
|
|
|
* trace(a == -1794967296);
|