<@U3M42AS2W> Could it be that your `tableRow` decl...
# tornadofx
e
@abhinay Could it be that your
tableRow
declared as a
val
in the constructor is shadowing a
getTableRow()
or a
tableRow
property in
TableRowSkin
? I don't have JDK9 installed so I can't confirm, but that's my first thought.