46a5d76254
#KT-26518 Fixed
6 lines
250 B
Plaintext
Vendored
6 lines
250 B
Plaintext
Vendored
// 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.
|
|
}
|
|
} |