If you break a line when using a smart string literal ($""$) and the second line has a single quote (') the code following the SSL appears as if it is a comment.
NOTE that it still works correctly, just looks wrong. Tested in B4A/J.
Here is the same code on one line:
This is a known limitation / bug. The decision to keep it like this is related to the tradeoff between the performance of the "lightest" parser and the correctness in this edge case.