blob: 7f66605d7c363852dcde305cbb46c1ac5c6b072a [file] [log] [blame]
// pretty-expanded FIXME #23616
trait Foo {
fn m(&self, _:isize) { }
}
pub fn main() { }