At the moment the `Helper.isSimple` method only checks if there is a single statement in the statements list this will break easily. It should whitelist actual statements that are known to work like the `ExpressionStatement`.
At the moment the
Helper.isSimplemethod only checks if there is a single statement in the statements list this will break easily.It should whitelist actual statements that are known to work like the
ExpressionStatement.