From 2822a3eee07a27495d5af4fc36304d483756d3a6 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 17 Feb 2015 12:32:17 +0100 Subject: updated according to language change: class object -> default object --- test/data/format/classWithDefaultObject.html | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/data/format/classWithDefaultObject.html (limited to 'test/data/format/classWithDefaultObject.html') diff --git a/test/data/format/classWithDefaultObject.html b/test/data/format/classWithDefaultObject.html new file mode 100644 index 00000000..1fd648ff --- /dev/null +++ b/test/data/format/classWithDefaultObject.html @@ -0,0 +1,46 @@ + + +test / Klass + + +test /  / Klass
+
+

Klass

+class Klass
+
+
+

Constructors

+ + + + + + + +
+<init> +public Klass()
+

Default Object Properties

+ + + + + + + +
+x +val x: Int
+

Default Object Functions

+ + + + + + + +
+foo +fun foo(): Unit
+ + -- cgit