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