rust/tests/ui/error-emitter/auxiliary/close_window.rs
2025-07-30 16:25:24 -06:00

5 lines
49 B
Rust

pub struct S;
impl S {
fn method(&self) {}
}