12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
include::../description.adoc[]
|
|
|
|
== Noncompliant Code Example
|
|
|
|
Given parameters:
|
|
|
|
* className:System.Console
|
|
|
|
----
|
|
System.Console.WriteLine("foo"); // Noncompliant
|
|
----
|