Update test to include self case
This commit is contained in:
parent
f4b42946c8
commit
66d056a9bf
1 changed files with 2 additions and 0 deletions
|
|
@ -4,10 +4,12 @@
|
|||
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
|
||||
pub trait Load {
|
||||
fn load() {}
|
||||
fn write(self) {}
|
||||
}
|
||||
|
||||
impl<P> Load for P {
|
||||
fn load() {}
|
||||
fn write(self) {}
|
||||
}
|
||||
|
||||
// @has - "$.index[*][?(@.name=='Wrapper')]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue