rust/src/test/pretty/empty-impl.pp

6 lines
53 B
ObjectPascal
Raw Normal View History

trait X { }
impl X for T;
trait Y { }
impl Y for T;