blob: e913171fe8748dc4d277d22cd457c0c2106c2317 [file] [log] [blame]
class A {
public void methodFromA() {
}
public int intMethodFromA(int i) {
return 0;
}
}