• Russ Cox's avatar
    many interface bug fixes. · 20595ac4
    Russ Cox authored
    also, after
    	func g() (int, int)
    	func f(int, int)
    allow
    	f(g())
    and
    	func h() (int, int) { return g() }
    
    R=ken
    DELTA=356  (252 added, 26 deleted, 78 changed)
    OCL=22319
    CL=22325
    20595ac4
go.y 29.5 KB