Add has tests for blanket_with_local trait methods
This commit is contained in:
parent
66d056a9bf
commit
92206318bc
@ -3,7 +3,9 @@
|
||||
|
||||
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
|
||||
pub trait Load {
|
||||
// @has - "$.index[*][?(@.name=='load')]"
|
||||
fn load() {}
|
||||
// @has - "$.index[*][?(@.name=='write')]"
|
||||
fn write(self) {}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user