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