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