<@U0F3291QE>: <https://edvin.gitbooks.io/tornadofx...
# tornadofx
b
@edvin: https://edvin.gitbooks.io/tornadofx-guide/part1/5.%20Data%20Controls.html
Copy code
class Person(id: Int, name: String, birthday: LocalDate) {
 val idProperty = SimpleIntegerProperty(id)
    var id by idProperty
When I do that I get a recursive type checking error