Update QuickDoc testData due to platform changes

This commit is contained in:
Simon Ogorodnik
2018-11-08 17:02:24 +03:00
parent a2612c1eae
commit 7f5f6ad76f
30 changed files with 261 additions and 18 deletions
@@ -0,0 +1,18 @@
package test
/**
*
*
* Test function
*
* @param first Some
* @param second Other
*/
fun <caret>testFun(first: String, second: Int) = 12
//INFO: <div class='definition'><pre><a href="psi_element://test"><code>test</code></a> <font color="808080"><i>OnFunctionDeclarationWithPackage.kt</i></font><br>public fun <b>testFun</b>(
//INFO: first: String,
//INFO: second: Int
//INFO: ): Int</pre></div><div class='content'><p>Test function</p></div><table class='sections'><tr><td valign='top' class='section'><p>Params:</td><td><p><code>first</code> - Some<p><code>second</code> - Other</td></table>