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/classWithDefaultObject.html | 46 ---------------------------- 1 file changed, 46 deletions(-) delete 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 deleted file mode 100644 index 663d8f64..00000000 --- a/test/data/format/classWithDefaultObject.html +++ /dev/null @@ -1,46 +0,0 @@ - - -test / Klass - - -test / Klass
-
-

Klass

-class Klass
-
-
-

Constructors

- - - - - - - -
-<init> -Klass()
-

Default Object Properties

- - - - - - - -
-x -val x: Int
-

Default Object Functions

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