(type)
| 300 | return cont(enumblock); |
| 301 | } |
| 302 | function mod(type) { |
| 303 | if (type == "name") {cx.marked = "def"; return cont(mod);} |
| 304 | if (type == "{") return cont(pushlex("}"), block, poplex); |
| 305 | return pass(); |
| 306 | } |
| 307 | function iface(type) { |
| 308 | if (type == "name") {cx.marked = "def"; return cont(iface);} |
| 309 | if (content == "<") return cont(typarams, iface); |
no test coverage detected