Commit bbaef5f4 authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: Correct commonType.kind values to match compiler.

The copy of these values in the reflect package is already
correct.

R=rsc
CC=golang-dev
https://golang.org/cl/2009044
parent 25858881
...@@ -53,6 +53,9 @@ const ( ...@@ -53,6 +53,9 @@ const (
kindFloat kindFloat
kindFloat32 kindFloat32
kindFloat64 kindFloat64
kindComplex
kindComplex64
kindComplex128
kindArray kindArray
kindChan kindChan
kindFunc kindFunc
......
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