mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
More renaming 'unchecked optional' to 'implicitly unwrapped optional'.
Swift SVN r17236
This commit is contained in:
@@ -1202,7 +1202,7 @@ void ConstraintSystem::resolveOverload(ConstraintLocator *locator,
|
||||
// For a non-subscript declaration found via dynamic lookup, strip
|
||||
// off the lvalue-ness (FIXME: as a temporary hack. We eventually
|
||||
// want this to work) and make a reference to that declaration be
|
||||
// an unchecked optional.
|
||||
// an implicitly unwrapped optional.
|
||||
//
|
||||
// Subscript declarations are handled within
|
||||
// getTypeOfMemberReference(); their result types are unchecked
|
||||
|
||||
Reference in New Issue
Block a user