Add test for missing package name for FQName lookup.

Bug: 31705664

Test: `cd system/tools/hidl && mma`
Change-Id: If3568f1d1e77ad97ccfce5eac5938048f3852560
This commit is contained in:
Yifan Hong
2016-10-05 15:19:46 -07:00
parent 223b82a07d
commit c5be5aca63

View File

@@ -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);