Skip to content

Commit

Permalink
Fix F# compilation
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2abc0554bc9a0753f5b92b168999ba7522096a75
  • Loading branch information
sirduke authored and intellij-monorepo-bot committed Jan 24, 2025
1 parent c9ac9f6 commit 32d3613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type FSharpRequest(psiModule, exprType: IType, name: string option) =

interface IRequest with
member this.Name = name
member this.BaseExpressionTypes = baseTypes
member this.EligibleExtensionArgumentTypes = baseTypes
member this.ExpressionType = exprType
member this.ForModule = psiModule
member this.Kinds = memberKinds
Expand Down

0 comments on commit 32d3613

Please sign in to comment.