Abhi
02/05/2018, 9:57 PMprivate
modifier for both the companion and its members?
private companion object {
private val CONTENTS = "The quick brown fox jumps over the lazy dog"
.split(" ".toRegex())
.dropLastWhile { it.isEmpty() }
.toTypedArray()
}