blob: 6f5f412d0861f7fa074c0e2a2753e1c13d7f701e [file] [log] [blame]
pub struct WithPrivateMethod;
impl WithPrivateMethod {
/// Private to get an error involving two files
fn private_method(&self) {}
}