15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
== Why is this an issue?
|
|
|
|
include::../description.adoc[]
|
|
|
|
=== Noncompliant code example
|
|
|
|
[source,dart]
|
|
----
|
|
void doSomething() {
|
|
// TODO
|
|
}
|
|
----
|
|
|
|
include::../see.adoc[]
|