blob: 6420d7876f5c5c26f5d8c3c9758d914f22f5e98f [file] [log] [blame]
package bar
/**
* See [foo.foobar]
* See [foo.v]
* See [foo.G]
* See [foo.G.oo]
* See [foo.G.og]
* See [foo.G.Companion.dg]
* See [foo.G.Companion.dv]
*/
class X {
fun (foo.G).ext() = this.oo()
}