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 75a64d8 commit cc905c3Copy full SHA for cc905c3
tests/service/EditorTests.fs
@@ -37,7 +37,7 @@ open FSharp.Compiler.Service.Tests.Common
37
let stringMethods =
38
#if DOTNETCORE
39
["Chars"; "CompareTo"; "Contains"; "CopyTo"; "EndsWith"; "Equals";
40
- "GetHashCode"; "GetType"; "GetTypeCode"; "IndexOf";
+ "GetHashCode"; "GetType"; "IndexOf";
41
"IndexOfAny"; "Insert"; "LastIndexOf"; "LastIndexOfAny";
42
"Length"; "PadLeft"; "PadRight"; "Remove"; "Replace"; "Split";
43
"StartsWith"; "Substring"; "ToCharArray"; "ToLower"; "ToLowerInvariant";
0 commit comments