Closed benmerckx closed 7 years ago
I was trying to define a table like so:
class Db extends tink.sql.Database { var mytable: MyTable; }
Which results in The macro didn't return a valid result without any position info. I've since figured out I had to add @:table, but I think a better error message would help a lot :)
The macro didn't return a valid result
@:table
I was trying to define a table like so:
Which results in
The macro didn't return a valid result
without any position info. I've since figured out I had to add@:table
, but I think a better error message would help a lot :)