Learn more about cloning repositories
You have read-only access
Fix off-by-one in @noescape fixit func noescapeD(@noescape f: () -> Bool) {} used to become func noescapeD( f: @noescape() -> Bool) {} It now becomes func noescapeT(f: @noescape () -> Bool) {}