/**
  * testListExpressionWithNestedListHasExpectedStartColumn
  *
  * @param PHP_Depend_Code_ASTListExpression $expr
  *
  * @return void
  * @since 1.0.2
  * @depends testListExpressionWithNestedList
  */
 public function testListExpressionWithNestedListHasExpectedStartColumn($expr)
 {
     $this->assertEquals(5, $expr->getStartColumn());
 }