Commit 1cc1d2af authored by Eric Myhre's avatar Eric Myhre

We should be able to compute anon type names.

Signed-off-by: default avatarEric Myhre <hash@exultant.us>
parent f4bdf071
......@@ -18,7 +18,7 @@ var (
Fields: []ObjectField{
{"f1", tString, false, true},
{"f2", TypeList{
Name: "[nullable String]",
Name: "", // "[nullable String]" can be calculated.
Anon: true,
ValueType: tString,
ValueNullable: true,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment