• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package foo
2 
3 
4 /**
5  * Linking to [test]
6  */
7 class TestClass {
8 
9     companion object {
10 
testnull11         @JvmStatic fun test(arg: String) {}
12     }
13 }