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

One

{% setvar page_path %}dokkatest/simple/One.html{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "reference/_kotlin_switcher2.md" %}

open class One : Five, Four

Any
   ↳ Five
     ↳ One

Sample class 1

Summary

Public properties

open String
Int

Property docs.

Public constructors

One(blarg: Int)

Secondary constructor docs

One(fore: String)

Primary constructor docs

Public functions

Unit
w()

Function docs.

Inherited functions

From class Five

Public properties

fore

open val foreString

v

val vInt

Property docs.

Public constructors

One

One(blarg: Int)

Secondary constructor docs

One

One(fore: String)

Primary constructor docs

Public functions

w

fun w(): Unit

Function docs.