5 lines
65 B
ObjectPascal
5 lines
65 B
ObjectPascal
trait X { }
|
|
impl X for uint { }
|
|
|
|
trait Y { }
|
|
impl Y for uint { }
|