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

Commit 55c8f597 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add test for fixing 0XFF (upper X)

am: e3120068

Change-Id: I8aa7620f3acb68008ddd56c45d8cc2af596b310e
parents 56fb3ee9 e3120068
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,