Commit 88cc8431 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 46049a9c
......@@ -1851,9 +1851,6 @@ func codegenType(path string, typ types.Type, obj types.Object, codegen CodeGene
case *types.Map:
codegen.genMap(path, u, obj)
case *types.Pointer:
panic("TODO pointer")
default:
log.Fatalf("%v: %v has unsupported type %v (%v)", pos(obj),
obj.Name(), typ, u)
......
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