Join Slack
Powered by
Question: how many constructors does this class ha...
# announcements
v
voddan
03/14/2016, 6:15 PM
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
Open in Slack
Previous
Next