Commit 0080c71f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 69bd74f9
......@@ -1852,7 +1852,7 @@ func codegenType(path string, typ types.Type, obj types.Object, codegen CodeGene
codegen.genMap(path, u, obj)
case *types.Pointer:
panic("XXX") // XXX what here?
panic("TODO pointer")
default:
log.Fatalf("%v: %v has unsupported type %v (%v)", pos(obj),
......
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