// Constructors: to be implemented actual class Constructors actual constructor(s: String) { actual constructor(i: Int) : this() { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } }