blob: 07e5186d4b977abecf724fb99c73689c5e67021d [file] [log] [blame]
import lib.Lib;
public class Issue309 {
void bar() {
Lib.foo();
}
}