blob: d2bc555fe1c7b68de2fb5fd62894923dfb2e841f [file] [log] [blame]
//@ known-bug: #124347
trait Trait: ToReuse {
reuse Trait::lolno { &self.0 };
}