blob: cea4c1bf296c083a3d2d161905697154a6047f4c [file] [log] [blame]
package foo;
interface IFoo {
int add(int a, int b);
}