File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ class ActiveSyntaxRewriter<Configuration: BuildConfiguration>: SyntaxRewriter {
216
216
}
217
217
218
218
preconditionFailure ( " Unhandled postfix expression in #if elimination " )
219
- return base
220
219
}
221
220
222
221
/// Drop inactive regions from a postfix `#if` configuration, applying the
@@ -228,7 +227,7 @@ class ActiveSyntaxRewriter<Configuration: BuildConfiguration>: SyntaxRewriter {
228
227
// Determine the active clause within this syntax node.
229
228
// TODO: Swallows errors
230
229
guard let activeClause = try ? postfixIfConfig. config. activeClause ( in: configuration) ,
231
- case . ` postfixExpression` ( let postfixExpr) = activeClause. elements
230
+ case . postfixExpression( let postfixExpr) = activeClause. elements
232
231
else {
233
232
// If there is no active clause, return the base.
234
233
You can’t perform that action at this time.
0 commit comments