19 lines
625 B
Kotlin
Vendored
19 lines
625 B
Kotlin
Vendored
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 valign='top'><p><code>first</code> - Some<p><code>second</code> - Other</td></table>
|