Skip to content

Commit

Permalink
buildFromSource dotnet#2 (please make this go away :\ )
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Mar 18, 2018
1 parent bf569ed commit 9b32f28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/buildfromsource/FSharp.Compiler.Private/FSComp.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4306,6 +4306,12 @@ type internal SR private() =
/// This expression returns a value of type '%s' but is implicitly discarded. Consider using 'let' to bind the result to a name, e.g. 'let result = expression'. If you intended to use the expression as a value in the sequence then use an explicit 'yield!'.
/// (Originally from ..\FSComp.txt:1426)
static member implicitlyDiscardedSequenceInSequenceExpression(a0 : System.String) = (3222, GetStringFunc("implicitlyDiscardedSequenceInSequenceExpression",",,,%s,,,") a0)
/// '%s' cannot implement the interface '%s' with the two instantiations '%s' and '%s' because they may unify.
/// (Originally from ..\FSComp.txt:1427)
static member typrelInterfaceWithConcreteAndVariable(a0 : System.String, a1 : System.String, a2 : System.String, a3 : System.String) = (3223, GetStringFunc("typrelInterfaceWithConcreteAndVariable",",,,%s,,,%s,,,%s,,,%s,,,") a0 a1 a2 a3)
/// You cannot implement the interface '%s' with the two instantiations '%s' and '%s' because they may unify.
/// (Originally from ..\FSComp.txt:1428)
static member typrelInterfaceWithConcreteAndVariableObjectExpression(a0 : System.String, a1 : System.String, a2 : System.String) = (3223, GetStringFunc("typrelInterfaceWithConcreteAndVariableObjectExpression",",,,%s,,,%s,,,%s,,,") a0 a1 a2)

/// Call this method once to validate that all known resources are valid; throws if not
static member RunStartupValidation() =
Expand Down Expand Up @@ -5706,4 +5712,6 @@ type internal SR private() =
ignore(GetString("tcTupleMemberNotNormallyUsed"))
ignore(GetString("implicitlyDiscardedInSequenceExpression"))
ignore(GetString("implicitlyDiscardedSequenceInSequenceExpression"))
ignore(GetString("typrelInterfaceWithConcreteAndVariable"))
ignore(GetString("typrelInterfaceWithConcreteAndVariableObjectExpression"))
()

0 comments on commit 9b32f28

Please sign in to comment.