Question: how many constructors does this class ha...
# announcements
v
Question: how many constructors does this class have?
Copy code
class Person {
    constructor(parent: String) {
        println("foo")
    }
}
Disclaimer : the one in the code is a "secondary" one