KT-22815: Update quick-doc testData

This commit is contained in:
Simon Ogorodnik
2018-06-18 19:41:16 +03:00
parent 48d0493edb
commit 33a6721270
46 changed files with 93 additions and 79 deletions
+3 -2
View File
@@ -7,5 +7,6 @@ fun use() {
}
//INFO: <b>public</b> <b>final</b> <b>fun</b> valueOf(value: String): <a href="psi_element://E">E</a> <i>defined in</i> E<p>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</p>
//INFO: <dl><dt><b>Throws:</b></dt><dd><code>IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd></dl>
//INFO: <div class='definition'><pre><a href="psi_element://E"><code>E</code></a><br><b>public</b> <b>final</b> <b>fun</b> valueOf(
//INFO: value: String
//INFO: ): <a href="psi_element://E">E</a></pre></div><div class='content'><p>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</p></div><table class='sections'><tr><td valign='top' class='section'><p>Throws</td><td><p><code>IllegalArgumentException</code> - if this enum type has no constant with the specified name</td></table>