Don' t generated a warning if a variable is used somewhere else. ``` Class B extends A var $myVar = 'B'; ``` ==> unused variable $myVar.