We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94390c7 commit 6580430Copy full SHA for 6580430
include/swift/SIL/DynamicCasts.h
@@ -67,7 +67,7 @@ DynamicCastFeasibility classifyDynamicCast(
67
ModuleDecl *context,
68
CanType sourceType, CanType targetType,
69
bool isSourceTypeExact = false,
70
- bool isWholdModuleOpts = false);
+ bool isWholeModuleOpts = false);
71
72
SILValue emitSuccessfulScalarUnconditionalCast(SILBuilder &B, SILLocation loc,
73
SILDynamicCastInst inst);
0 commit comments