blob: 6420d7876f5c5c26f5d8c3c9758d914f22f5e98f [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001package 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 */
12class X {
13
14 fun (foo.G).ext() = this.oo()
15}
16