UsualClass

class UsualClass(val p: String)

Summary of usual function

Use kotlin.reflect.KClass.simpleName to enumerate the properties of the class.

Return

some string from int

Parameters

p

int variable

Throws

Constructors

Link copied to clipboard
constructor(p: String)

Properties

Link copied to clipboard
val p: String