2018-10-17 11:03:32 -04:00
|
|
|
<?php
|
|
|
|
|
2019-02-08 17:41:03 -05:00
|
|
|
namespace Vimeo\Test\DummyProject;
|
2018-10-17 11:03:32 -04:00
|
|
|
|
|
|
|
class Bat
|
|
|
|
{
|
|
|
|
public function __construct()
|
|
|
|
{
|
|
|
|
$a = new Bar();
|
2019-02-08 17:41:03 -05:00
|
|
|
|
|
|
|
someFunction();
|
2018-10-17 11:03:32 -04:00
|
|
|
}
|
|
|
|
}
|