blob: 889e943610741549ca0e61cf6a47c48ef799958f [file]
<?php
trait MyTrait_04 {
use MyTrait, Mytrait_02 {
MyTrait::foo insteadof MyTrait_02;
}
}
?>