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
+1 -1
View File
@@ -6,4 +6,4 @@ fun use() {
E.values<caret>()
}
//INFO: <b>public</b> <b>final</b> <b>fun</b> values(): Array&lt;<a href="psi_element://E">E</a>&gt; <i>defined in</i> E<p>Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.</p>
//INFO: <div class='definition'><pre><a href="psi_element://E"><code>E</code></a><br><b>public</b> <b>final</b> <b>fun</b> values(): Array&lt;<a href="psi_element://E">E</a>&gt;</pre></div><div class='content'><p>Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.</p></div><table class='sections'></table>