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

Commit12ea9f8

Browse files
committed
fix bug exposed by tests
1 parent1d9928d commit12ea9f8

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
@@ -492,7 +492,7 @@ and CheckExprInContext (cenv:cenv) (env:env) expr (context:ByrefCallContext) =
492492
letinterfaces=
493493
[//yield! AllSuperTypesOfType cenv.g cenv.amap m AllowMultiIntfInstantiations.Yes typ
494494
for(ty,_)in iimplsdo
495-
yield ty]
495+
yield! AllSuperTypesOfType cenv.g cenv.amap m AllowMultiIntfInstantiations.Yes ty]
496496
|> List.filter(isInterfaceTy cenv.g)
497497
CheckMultipleInterfaceInstantiations cenv interfaces m
498498

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp