blob: 499e4492ff07fbb22e2e0deaca69f78c60ad722b [file] [log] [blame]
package foo
/**
* Linking to [test]
*/
class TestClass {
companion object {
@JvmStatic fun test(arg: String) {}
}
}