blob: 5f0483aa9f45d5da6e735d5861bdcb811b96f90f [file] [log] [blame]
package b;
class B {
def fooB(int i) {
return i+1;
}
}