blob: 84c3ab747c8ee039a3e7891b5b17cf5486dfd670 [file] [log] [blame]
//@ check-pass
trait Foo {
fn m(&self, _:isize) { }
}
pub fn main() { }