blob: 523a404dfccd5ee3f230014dc249a01b646d06bb [file] [log] [blame]
package b
class B {
def fooB(int i) {
Script x;
return i+1;
}
}