blob: 93418b7651c8bbe55fc761aa5307c6af3c7ef381 [file] [log] [blame] [edit]
// ignore-tidy-tab
pub struct S;
impl S {
fn method(&self) {}
}