/** * @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 in file OnMethodUsageWithSee.kt //INFO: See Also:C, D, kotlin
public fun testMethod(): Unit defined in root package in file OnMethodUsageWithSee.kt
C
D