rspec/rules/S1135/kotlin/rule.adoc

12 lines
128 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
fun doSomething() {
// TODO
}
----
include::../see.adoc[]