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

Commit13839af

Browse files
authored
Fix missing intellisensedotnet/fsharp#2962 (#3004)
1 parent64c7323 commit13839af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/fsharp/InfoReader.fs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ type InfoReader(g:TcGlobals, amap:Import.ImportMap) =
414414

415415
/// Get the declared constructors of any F# type
416416
letGetIntrinsicConstructorInfosOfType(infoReader:InfoReader)m ty=
417+
protectAssemblyExploration[](fun()->
417418
letg= infoReader.g
418419
letamap= infoReader.amap
419420
if isAppTy g tythen
@@ -440,7 +441,8 @@ let GetIntrinsicConstructorInfosOfType (infoReader:InfoReader) m ty =
440441
|_-> None)
441442
|> List.map(fun x-> FSMeth(g,ty,x,None))
442443
else[]
443-
444+
)
445+
444446
//-------------------------------------------------------------------------
445447
// Collecting methods and properties taking into account hiding rules in the hierarchy
446448

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp