Skip to content

Commit b352be8

Browse files
committed
[Typed throws] Map the experimental feature flag over to the new parser's flag
1 parent 74ad351 commit b352be8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ extension Parser.ExperimentalFeatures {
3636
}
3737
}
3838
mapFeature(.ThenStatements, to: .thenStatements)
39+
mapFeature(.TypedThrows, to: .typedThrows)
3940
}
4041
}
4142

0 commit comments

Comments
 (0)