package test /** * * * Test function * * @param first - Some * @param second - Other */ fun testFun(first: String, second: Int) = 12 // INFO: internal fun testFun(first: jet.String, second: jet.Int): jet.Int defined in test

Test function


@param - first - Some
@param - second - Other