8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
=== Exceptions
|
|
|
|
When blocks are inlined (open and close curly braces on the same line), no issue is triggered.
|
|
|
|
|
|
----
|
|
if(condition) {doSomething();}
|
|
---- |