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

One

open class One : Five, Four

kotlin.Any
   ↳ dokkatest.notSimple.Five
     ↳ dokkatest.notSimple.One

This has the same name as another class but a different DRI. Sorting order must be deterministic.

Summary

Public constructors

One(blarg: Int)

Secondary constructor docs

One(fore: String)

Public functions

Unit
w()

Function docs.

Public properties

open String
Int

Property docs.

Extension functions

Int

Inherited functions

From dokkatest.notSimple.Five
Unit

Five Function docs.

open Int

Public constructors

One

One(blarg: Int)

Secondary constructor docs

One

One(fore: String)

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