blob: ba41fd861b7c5d8577ccb8e031cbb6ac5463f539 [file] [log] [blame]
import bar.A;
class Usage {
void bar() {
A.foo();
}
}