diff options
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.html')
-rw-r--r-- | core/testdata/format/classWithCompanionObject.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html deleted file mode 100644 index e477b53b..00000000 --- a/core/testdata/format/classWithCompanionObject.html +++ /dev/null @@ -1,48 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Klass - test</title> -</HEAD> -<BODY> -<a href="../../index.html">test</a> / <a href="./index.html">Klass</a><br/> -<br/> -<h1>Klass</h1> -<code><span class="keyword">class </span><span class="identifier">Klass</span></code> -<h3>Constructors</h3> -<table> -<tbody> -<tr> -<td> -<h4><a href="-init-.html"><init></a></h4> -</td> -<td> -<code><span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td> -</tr> -</tbody> -</table> -<h3>Companion Object Properties</h3> -<table> -<tbody> -<tr> -<td> -<h4><a href="x.html">x</a></h4> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">Int</span></code></td> -</tr> -</tbody> -</table> -<h3>Companion Object Functions</h3> -<table> -<tbody> -<tr> -<td> -<h4><a href="foo.html">foo</a></h4> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |