t / t4018 / cpp-class-constructor-mem-initon commit chainlint: recognize multi-line $(...) when command cuddled with "$(" (06fc5c9)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}