Revision a20fa87712b737682cf27fd770d7458d2a937092 authored by Chris Lattner on 10 January 2016, 05:18:50 UTC, committed by Chris Lattner on 10 January 2016, 05:20:13 UTC
accept closure arguments with API names (but only in a parenthesized parameter list).
While it could theoretically be interesting to support API names on closures, this
is never something we intended to support, and a lot of implementation work would be
necessary to make them correct.  Just correctly reject them even if parenthesized.
1 parent 6da11ce
History
File Mode Size
0002-rdar19792768.swift -rw-r--r-- 436 bytes
0003-rdar20740573.swift -rw-r--r-- 127 bytes

back to top