rspec/rules/S1133/kotlin/rule.adoc

21 lines
325 B
Plaintext

== Why is this an issue?
include::../description.adoc[]
=== Noncompliant code example
[source,kotlin]
----
@Deprecated("") // Noncompliant
class Example
----
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
endif::env-github,rspecator-view[]