p

Classes

Some

Top-level functions summary

Unit
topLevelFun()
Unit
Some.topLevelExtFun()

Top-level properties summary

String
topLevelVal
const String
topLevelConst
String
topLevelGetVal
String
topLevelExtVal

Top-level functions

topLevelFun

fun topLevelFun(): Unit

topLevelExtFun

fun Some.topLevelExtFun(): Unit

Top-level properties

topLevelVal

val topLevelVal: String

topLevelConst

const val topLevelConst: String

topLevelGetVal

val topLevelGetVal: String

topLevelExtVal

val Some.topLevelExtVal: String