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/classWithClassObject.html | 46 ------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 test/data/format/classWithClassObject.html (limited to 'test/data/format/classWithClassObject.html') diff --git a/test/data/format/classWithClassObject.html b/test/data/format/classWithClassObject.html deleted file mode 100644 index c1b18041..00000000 --- a/test/data/format/classWithClassObject.html +++ /dev/null @@ -1,46 +0,0 @@ - - -test / Klass - - -test /  / Klass
-
-

Klass

-class Klass
-
-
-

Constructors

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

Class Object Properties

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

Class Object Functions

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