Added 4646 test case

This commit is contained in:
vallentin 2021-01-17 18:56:04 +01:00 committed by Caleb Cartwright
parent 384ba68d64
commit 1e2b0b7c72
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}

View File

@ -0,0 +1,20 @@
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}