Minor: update test data for quick doc with deprecated annotation

This commit is contained in:
Nikolay Krasko
2019-09-27 16:30:50 +03:00
parent 2ec231f381
commit 552408e887
@@ -3,4 +3,5 @@ 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 <i>in file</i> DeprecationWithReplaceInfo.kt</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>
//INFO: <div class='definition'><pre><font color="808080"><i>DeprecationWithReplaceInfo.kt</i></font><br>@<a href="psi_element://kotlin.Deprecated">Deprecated</a>(message = "lol no more mainstream", replaceWith = <a href="psi_element://kotlin.ReplaceWith">ReplaceWith</a>(expression = "kek()", imports = {}))
//INFO: public fun <b>lol</b>(): Unit</pre></div><table class='sections'><tr><td valign='top' class='section'><p>Deprecated:</td><td valign='top'>lol no more mainstream</td><tr><td valign='top' class='section'><p>Replace with:</td><td valign='top'><code>kek()</code></td></table></pre></div><table class='sections'><p></table>