We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425f0f commit 4562faaCopy full SHA for 4562faa
tests/service/ProjectAnalysisTests.fs
@@ -88,7 +88,7 @@ let attribsOfSymbol (s:FSharpSymbol) =
88
if v.IsImplicitConstructor then yield "ctor"
89
if v.IsMutable then yield "mutable"
90
if v.IsOverrideOrExplicitInterfaceImplementation then yield "overridemem"
91
- if v.IsInstanceMember && not v.IsInstanceMemberInCompiledCode then yield "funky"
+ if v.IsInstanceMember && not v.IsInstanceMemberInCompiledCode && not v.IsExtensionMember then yield "funky"
92
if v.IsExplicitInterfaceImplementation then yield "intfmem"
93
// if v.IsConstructorThisValue then yield "ctorthis"
94
// if v.IsMemberThisValue then yield "this"
0 commit comments