When a statement spans multiple lines and there is no extra indentation, script analysis creates a warning; however, it doesn’t do this when the statement spanning multiple lines is a function call using the table literal syntax.
Script analysis should also warn for the second example function call, since the statement is spanning multiple lines just like the first example function call.
Example code used:
print
""
pairs
{}