and then you get back to the horrible issues with ...
# language-proposals
o
and then you get back to the horrible issues with DSLs…
Copy code
public val nameColumn : Column<String> by column(“name”)
instead of
Copy code
val nameColumn by column(“name”)
👍 1