Open
Description
The following simplified example is not completed:
class A {
use B; // Defines public function foo()
function bar() {
$this->f|
}
}
As I'm working on a code base that makes heavy use of traits, I would be willing to fix this on top of this: #451 (I have an almost working version of the change you requested for global symbols, but I'll be busy with work for at least a few days, so no PR until then.)