EDIT: Ignore me, its all good in the hood. I don'...
# language-proposals
j
EDIT: Ignore me, its all good in the hood. I don't think kotlin should generate a constructor for a non defined header
Copy code
class Person {
    constructor(parent: String) {
        println("foo")
    }
}