diff options
Diffstat (limited to 'test/data/format/crossLanguage/kotlinExtendsJava.html')
-rw-r--r-- | test/data/format/crossLanguage/kotlinExtendsJava.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/data/format/crossLanguage/kotlinExtendsJava.html b/test/data/format/crossLanguage/kotlinExtendsJava.html deleted file mode 100644 index 5b93d837..00000000 --- a/test/data/format/crossLanguage/kotlinExtendsJava.html +++ /dev/null @@ -1,26 +0,0 @@ -<HTML> -<HEAD> -<title>test / test.Bar</title> -</HEAD> -<BODY> -<a href="test/index">test</a> / <a href="test/test/index">test</a> / <a href="test/test/-bar/index">Bar</a><br/> -<br/> -<h1>Bar</h1> -<code><span class="keyword">class </span><span class="identifier">Bar</span> <span class="symbol">:</span> <a href="test/test/-foo/index"><span class="identifier">Foo</span></a></code><br/> -<p>See <a href="test/test/-foo/xyzzy">xyzzy</a></p> -<br/> -<br/> -<h3>Constructors</h3> -<table> -<tbody> -<tr> -<td> -<a href="test/test/-bar/-init-"><init></a></td> -<td> -<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code><p>See <a href="test/test/-foo/xyzzy">xyzzy</a></p> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |