the recent 0.72.0 update seems to have broken handling for multi-line function calls in .brs files eg ``` someFunc( param1, param2, param3, param4 ) ``` triggers `error BS1002: Expected 1-10 arguments, but got 0`
the recent 0.72.0 update seems to have broken handling for multi-line function calls in .brs files
eg
triggers
error BS1002: Expected 1-10 arguments, but got 0