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

Test function

//INFO:
Parameters:
first - Some
second - Other