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

Commit c5be5aca authored by Yifan Hong's avatar Yifan Hong
Browse files

Add test for missing package name for FQName lookup.

Bug: 31705664

Test: `cd system/tools/hidl && mma`
Change-Id: If3568f1d1e77ad97ccfce5eac5938048f3852560
parent 223b82a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ interface IExpressionExt {
        SixteenColors my16Colors;
    };

    @callflow(key=@1.0::IExpression.Constants:MAX_ARRAY_SIZE)
    foo3(int32_t[IExpression.Constants:MAX_ARRAY_SIZE] array);
    foo2(SixteenColors array);
    foo1(int32_t[Constants:CONST_FOO + 5] array);