Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e74ba0d authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add test for fixing 0XFF (upper X) am: e3120068 am: 55c8f597 am: 034159b4

am: 405d5ad7

Change-Id: Idfbc9bd2992cc177d3573c3acbe192a8fc549cbb
parents 4d2f157f 405d5ad7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ interface IExpression {
    noSuffixHex2 = 0x80000000,
    noSuffixHex3 = 0xffffffff,
    longHex1 = 0xffffffffl,
    longHex2 = 0xfffffffff,
    longHex2 = 0Xfffffffff,
    longHex3 = 0x7fffffffffffffff,
    longHex4 = 0x8000000000000000,
    longHex5 = 0xFFFFFFFFFFFFFFFF,