/** * @see C * @see D */ fun testMethod() { } class C { } class D { } fun test() { testMethod(1, "value") } //INFO: internal fun testMethod(): Unit defined in root package

//INFO:

See Also:
C, D