In JS, items of the following form - ``` (new A).a() (new A).a().b().c() ... return a().b(); ``` In the first 2 cause a,b,c... to be highlighted as function definitions when they are function references In the third causes b to d