mirror of
https://github.com/golang/go
synced 2024-11-26 03:27:58 -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 TMAP:
|
||||||
case TCHAN:
|
case TCHAN:
|
||||||
case TSTRING:
|
case TSTRING:
|
||||||
|
case TFUNC:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user