rspec/rules/S108/flex/code-example.adoc
2023-06-15 19:03:19 +02:00

11 lines
157 B
Plaintext

[source,flex]
----
for (var i:int = 0; i < 42; i++){} // Noncompliant
try { // Noncompliant
} catch (error)
{
...
}
----