You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify TypeChecker::fixAbstractFunctionNames and eliminate a silly crash.
Don't crash here when we need to add '_' to a parameter list. However,
while we're here, stop trying to emit Fix-Its for implicit
declarations and stop worrying about introducing a ':' after the name
for functions such as
func foo(Int) { ... }
because they're no longer permitted. Fixes rdar://problem/21333445.
Swift SVN r30195
0 commit comments