blob: 7f5b0a10fa2c097e2b58b671c94e27c45869bcb5 [file] [log] [blame]
interface Service {
void foo();
void bar(int a);
}