We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2e6d4 commit e37f2a0Copy full SHA for e37f2a0
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -38,6 +38,9 @@ extension Parser.ExperimentalFeatures {
38
mapFeature(.ThenStatements, to: .thenStatements)
39
mapFeature(.TypedThrows, to: .typedThrows)
40
mapFeature(.DoExpressions, to: .doExpressions)
41
+
42
+ // FIXME: Temporary hack to always enable parsing of typed throws.
43
+ insert(.typedThrows)
44
}
45
46
0 commit comments