Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8a652e

Browse files
committed
Fix a case wheredotnet#95 is violated in the compiler itself
1 parent7c9c968 commite8a652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/check.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,6 @@ let CheckTopImpl (g,amap,reportErrors,infoReader,internalsVisibleToPaths,viewCcu
14711471

14721472
CheckModuleExpr cenv env mexpr;
14731473
CheckAttribs cenv env extraAttribs;
1474-
if cenv.usesQuotations&& QuotationTranslator.QuotationGenerationScope.ComputeQuotationFormat(cenv.g)= QuotationTranslator.FSharp_20_Plusthen
1474+
if cenv.usesQuotations&& QuotationTranslator.QuotationGenerationScope.ComputeQuotationFormat(cenv.g)= QuotationTranslator.QuotationSerializationFormat.FSharp_20_Plusthen
14751475
viewCcu.UsesFSharp20PlusQuotations<-true
14761476
cenv.entryPointGiven

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp