https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1073 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Mihael Hategan <[email protected]> 2013-08-26 02:33:56 --- A preliminary fix is in SVN. It could use some improvements, but readData (or other (void *) returning procs) will work if: - it's assigned directly: int j = readData(...); - it is an actual argument to a function or procedure whose respective formal argument is a non-wildcard type*: (int r) fn(int i) {...} fn(readData(...)); (*) only built-in procs/functions can have parameters with wildcard types. These are things like toString(x), where x can be an expression of any type. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.