blob: e12a24e25913149d547d0f0d3fd6ae90440b646e [file] [log] [blame]
import p.bar
internal class Impl {
fun foo() {
bar()
}
}