Add test method to IBaz.

am: 73f99f6e1f

Change-Id: I82d4a39bb510cb3cf588eb0a78b7846faf910011
This commit is contained in:
Martijn Coenen
2016-12-29 09:04:51 +00:00
committed by android-build-merger

View File

@@ -52,6 +52,7 @@ interface IBaz extends IBase {
callMeLater(IBazCallback cb);
iAmFreeNow();
dieNow();
useAnEnum(SomeEnum zzz) generates (SomeEnum kkk);