mirror of
https://github.com/golang/go
synced 2024-11-12 04:30:22 -07:00
allow methods on funcs.
R=ken OCL=24442 CL=24442
This commit is contained in:
parent
7fd04676ad
commit
5e2c05877d
@ -1547,6 +1547,7 @@ dclmethod(Type *t)
|
||||
case TMAP:
|
||||
case TCHAN:
|
||||
case TSTRING:
|
||||
case TFUNC:
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user