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

KotlinSuperClass

open class KotlinSuperClass

Known direct subclasses

Summary

Public constructors

Public functions

Int

Public properties

Int

My kotlin super class public field

Int

My kotlin super class public property

Int

prop1 property

Int

prop2 property

Int

prop3 property

Int

prop4 property

Public constructors

KotlinSuperClass

KotlinSuperClass()

Public functions

myFun

fun myFun(): Int

Public properties

kotlinSuperField

var kotlinSuperFieldInt

My kotlin super class public field

kotlinSuperProperty

var kotlinSuperPropertyInt

My kotlin super class public property

prop1

var prop1Int

prop1 property

prop2

val prop2Int

prop2 property

prop3

var prop3Int

prop3 property

prop4

var prop4Int

prop4 property