KT-22815: Update testData for quick documentation

This commit is contained in:
Simon Ogorodnik
2018-07-12 16:12:24 +03:00
parent 0b9d4a93dd
commit e4d76382b8
42 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ fun use() {
E.values<caret>()
}
//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>
//INFO: <div class='definition'><pre><a href="psi_element://E"><code>E</code></a><br>public final fun <b>values</b>(): 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>