• Russ Cox's avatar
    allow · 5851a1b5
    Russ Cox authored
    package main
    type t interface
    type t interface{ m(map[t]bool) }
    type m map[t] int
    
    making it work without the forward declaration will require a second pass.
    
    R=ken
    OCL=30773
    CL=30773
    5851a1b5
subr.c 50.4 KB