Commit 4b13d1b9 authored by Russ Cox's avatar Russ Cox

gc: do not try to constant-evaluate (interface{})("bar")

Fixes #183.

R=ken
https://golang.org/cl/154139
parent 0263103a
......@@ -335,6 +335,7 @@ evconst(Node *n)
case OMAKESLICE:
case OMAKECHAN:
case ODCLCONST:
case OCONVIFACE:
return;
}
......
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