• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package bar
2 
3 /**
4  * See [foo.foobar]
5  * See [foo.v]
6  * See [foo.G]
7  * See [foo.G.oo]
8  * See [foo.G.og]
9  * See [foo.G.Companion.dg]
10  * See [foo.G.Companion.dv]
11  */
12 class X {
13 
extnull14     fun (foo.G).ext() = this.oo()
15 }
16 
17