about summary refs log tree commit diff
path: root/tests/ui/error-emitter/auxiliary/close_window.rs
blob: e41313b6ab315993fa8f4435ee426f40ea668e08 (plain)
1
2
3
4
pub struct S;
impl S {
    fn method(&self) {}
}