From fc70184fee01430ed9c673336026c6ede8bff5f3 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 25 Feb 2015 20:06:16 +0100 Subject: working test for cross-language links in documentation (Kotlin class extends Java class) --- .../format/crossLanguage/kotlinExtendsJava.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/data/format/crossLanguage/kotlinExtendsJava.html (limited to 'test/data/format/crossLanguage/kotlinExtendsJava.html') diff --git a/test/data/format/crossLanguage/kotlinExtendsJava.html b/test/data/format/crossLanguage/kotlinExtendsJava.html new file mode 100644 index 00000000..49a9ff8f --- /dev/null +++ b/test/data/format/crossLanguage/kotlinExtendsJava.html @@ -0,0 +1,26 @@ + + +test / test.Bar + + +test / test / Bar
+
+

Bar

+class Bar : Foo
+

See xyzzy

+
+
+

Constructors

+ + + + + + + +
+<init> +public Bar()

See xyzzy

+
+ + -- cgit