blob: 8126e38b3c5178e881a7c7bb39baaa7daf1f5908 [file] [log] [blame]
private struct Base {
private func bar() {}
}
struct Value {
}
extension Value {
fileprivate func foo() {}
}