aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.html
blob: 7025fc7716c140d8df96a65d16a2f369db318baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!-- File: /test/bar/X.html# -->
<html>
  <head>
    <meta charset="UTF-8">
  </head>
  <body>
    <h1>X</h1>
    <pre><span class="keyword">class </span><span class="identifier">X</span></pre>
    <table>
      <tr>
        <td><a href="#">bar.X</a></td>
      </tr>
    </table>
    <p>See <a href="file:/foo/#foobar%28%29">foo.foobar</a>
See <a href="file:/foo/#v%3Akotlin.Int">foo.v</a>
See <a href="file:/foo/G.html#">foo.G</a>
See <a href="file:/foo/G.html#oo%28%29">foo.G.oo</a>
See <a href="file:/foo/G.html#og%3Akotlin.Int">foo.G.og</a>
See <a href="file:/foo/G.Companion.html#Companion.dg%28%29">foo.G.Companion.dg</a>
See <a href="file:/foo/G.Companion.html#Companion.dv%3Akotlin.Int">foo.G.Companion.dv</a></p>
    <h2>Summary</h2>
    <table>
      <thead>
        <tr>
          <td>
            <h3>Constructors</h3>
          </td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>
            <div><code><a href="#%3Cinit%3E%28%29">&lt;init&gt;</a>()</code></div>
            <p>See <a href="file:/foo/#foobar%28%29">foo.foobar</a>
See <a href="file:/foo/#v%3Akotlin.Int">foo.v</a>
See <a href="file:/foo/G.html#">foo.G</a>
See <a href="file:/foo/G.html#oo%28%29">foo.G.oo</a>
See <a href="file:/foo/G.html#og%3Akotlin.Int">foo.G.og</a>
See <a href="file:/foo/G.Companion.html#Companion.dg%28%29">foo.G.Companion.dg</a>
See <a href="file:/foo/G.Companion.html#Companion.dv%3Akotlin.Int">foo.G.Companion.dv</a></p>
          </td>
        </tr>
      </tbody>
    </table>
    <table>
      <thead>
        <tr>
          <td>
            <h3>Functions</h3>
          </td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><span class="identifier">String</span></td>
          <td>
            <div><code><a href="file:/foo/G.html#"><span class="identifier">G</span></a>.<a href="#%28foo.G%29.ext%28%29">ext</a>()</code></div>
          </td>
        </tr>
      </tbody>
    </table>
    <h2>Constructors</h2>
    <div id="&lt;init&gt;()">
      <h3>&lt;init&gt;</h3>
      <pre><span class="identifier">X</span><span class="symbol">(</span><span class="symbol">)</span></pre>
      <p>See <a href="file:/foo/#foobar%28%29">foo.foobar</a>
See <a href="file:/foo/#v%3Akotlin.Int">foo.v</a>
See <a href="file:/foo/G.html#">foo.G</a>
See <a href="file:/foo/G.html#oo%28%29">foo.G.oo</a>
See <a href="file:/foo/G.html#og%3Akotlin.Int">foo.G.og</a>
See <a href="file:/foo/G.Companion.html#Companion.dg%28%29">foo.G.Companion.dg</a>
See <a href="file:/foo/G.Companion.html#Companion.dv%3Akotlin.Int">foo.G.Companion.dv</a></p>
    </div>
    <h2>Functions</h2>
    <div id="(foo.G).ext()">
      <h3>ext</h3>
      <pre><span class="keyword">fun </span><a href="file:/foo/G.html#"><span class="identifier">G</span></a><span class="symbol">.</span><span class="identifier">ext</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">String</span></pre>
    </div>
  </body>
</html>