e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
7 lines
396 B
Kotlin
Vendored
7 lines
396 B
Kotlin
Vendored
@Deprecated("lol no more mainstream", replaceWith = ReplaceWith(expression = "kek()"))
|
|
fun <caret>lol() {
|
|
println("lol")
|
|
}
|
|
|
|
//INFO: <pre>@<a href="psi_element://kotlin.Deprecated">Deprecated</a> <b>public</b> <b>fun</b> lol(): Unit <i>defined in</i> root package</pre><DL><DT><b>Deprecated:</b></DT><DD>lol no more mainstream</DD><DT><b>Replace with:</b></DT><DD><code>kek()</code></DD></DL>
|