{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

One

open class One : Five, Four

kotlin.Any
   ↳ dokkatest.simple.Five
     ↳ dokkatest.simple.One

Sample class 1 has a summary.
And details.

Summary

Public constructors

One(blarg: Int)

Secondary constructor docs

One(fore: String)

Primary constructor docs

Public functions

Unit
w()

Function docs.

Public properties

open String
Int

Property docs.

Extension functions

Int

Inherited functions

From dokkatest.simple.Five
Unit

Five Function docs.

open Int

Public constructors

One

One(blarg: Int)

Secondary constructor docs

One

One(fore: String)

Primary constructor docs

Public functions

w

fun w(): Unit

Function docs.

Public properties

fore

open val foreString

v

val vInt

Property docs.

Extension functions

oneExtensionFun

fun One.oneExtensionFun(): Int