package test /** * * * Test function * * @param first Some * @param second Other */ fun testFun(first: String, second: Int) = 12 //INFO:
test OnFunctionDeclarationWithPackage.kt
public fun testFun( //INFO: first: String, //INFO: second: Int //INFO: ): Int

Test function

Params:

first - Some

second - Other