Sign in
fuchsia
/
third_party
/
rust
/
c6c55cc0cb63667833c54c13ad4a2eb576d48e13
/
.
/
tests
/
ui
/
default-method-parsing.rs
blob: 84c3ab747c8ee039a3e7891b5b17cf5486dfd670 [
file
] [
log
] [
blame
]
//@ check-pass
trait
Foo
{
fn
m
(&
self
,
_
:
isize
)
{
}
}
pub
fn
main
()
{
}