blob: 0635984c346ec3ee380c1875dd81c62a74ff5055 [file] [log] [blame]
import static p.Bar.bar;
class Impl {
void foo() {
bar();
}
}