if I have the same jvm signature for these constru...
# getting-started
e
if I have the same jvm signature for these constructors
Copy code
constructor(numbers: List<Number>) : this(numbers[0], numbers[1])
    constructor(chars: List<Char>) : this(chars[0].f, chars[1].f)
    constructor(booleans: List<Boolean>) : this(booleans[0].f, booleans[1].f)