/** * @see C * @see D * @see kotlin */ fun testMethod() { } class C { } class D { } fun test() { testMethod(1, "value") } //INFO:
OnMethodUsageWithSee.kt
public fun testMethod(): Unit

See Also:

C, D, kotlin