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

Commitb328b74

Browse files
nosamiKevinRansom
authored andcommitted
Fix tcRefOfAppTy usage in GetDeclarationListSymbols (dotnet#5003)
1 parent8316a79 commitb328b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/service/service.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ type TypeCheckInfo
994994
| Item.FakeInterfaceCtor(TType_app(tcref,_))
995995
| Item.DelegateCtor(TType_app(tcref,_))-> tcref.CompiledName
996996
| Item.CtorGroup(_,(cinfo::_))->
997-
(tcrefOfAppTy gcinfo.ApparentEnclosingType).CompiledName
997+
cinfo.ApparentEnclosingTyconRef.CompiledName
998998
|_-> d.Item.DisplayName)
999999

10001000
// Filter out operators (and list)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp