13 lines
137 B
Kotlin
13 lines
137 B
Kotlin
package foo
|
|
|
|
|
|
/**
|
|
* Linking to [test]
|
|
*/
|
|
class TestClass {
|
|
|
|
companion object {
|
|
|
|
@JvmStatic fun test(arg: String) {}
|
|
}
|
|
} |