blob: d00fff32809206b285a178d948abe48eec69342f [file] [log] [blame]
trait B < A > { fn a() -> A { this.a } } //~ ERROR cannot find value `this` in this scope
fn main() {}