From c7916f74964246bee4d256c106b01c7e317e6c10 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 17 Mar 2015 19:54:11 +0100 Subject: default objects -> companion objects --- test/data/format/classWithCompanionObject.html | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/data/format/classWithCompanionObject.html (limited to 'test/data/format/classWithCompanionObject.html') diff --git a/test/data/format/classWithCompanionObject.html b/test/data/format/classWithCompanionObject.html new file mode 100644 index 00000000..be9247ea --- /dev/null +++ b/test/data/format/classWithCompanionObject.html @@ -0,0 +1,46 @@ + + +test / Klass + + +test / Klass
+
+

Klass

+class Klass
+
+
+

Constructors

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

Companion Object Properties

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

Companion Object Functions

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